Replace Tmem_nasm.asm with C++ code. Patch by pyro.
[Glide64.git] / support.h
blobec77c06fc79851d94a4c18bb61bf7a8d43f43eba
1 /***************************************************************************
2 support.h - description
3 -------------------
4 begin : Fri Nov 8 2002
5 copyright : (C) 2002 by blight
6 email : blight@Ashitaka
7 ***************************************************************************/
9 /***************************************************************************
10 * *
11 * This program is free software; you can redistribute it and/or modify *
12 * it under the terms of the GNU General Public License as published by *
13 * the Free Software Foundation; either version 2 of the License, or *
14 * (at your option) any later version. *
15 * *
16 ***************************************************************************/
18 #ifndef __SUPPORT_H__
19 #define __SUPPORT_H__
21 #include <gtk/gtk.h>
23 GtkWidget *create_pixmap_d (GtkWidget *widget, gchar **data);
25 #endif // __SUPPORT_H__