mirror of
https://github.com/mupen64plus/mupen64plus-oldsvn.git
synced 2025-04-02 10:52:35 -04:00
26 lines
1.1 KiB
C
26 lines
1.1 KiB
C
/***************************************************************************
|
|
support.h - description
|
|
-------------------
|
|
begin : Fri Nov 8 2002
|
|
copyright : (C) 2002 by blight
|
|
email : blight@Ashitaka
|
|
***************************************************************************/
|
|
|
|
/***************************************************************************
|
|
* *
|
|
* This program is free software; you can redistribute it and/or modify *
|
|
* it under the terms of the GNU General Public License as published by *
|
|
* the Free Software Foundation; either version 2 of the License, or *
|
|
* (at your option) any later version. *
|
|
* *
|
|
***************************************************************************/
|
|
|
|
#ifndef __SUPPORT_H__
|
|
#define __SUPPORT_H__
|
|
|
|
#include <gtk/gtk.h>
|
|
|
|
GtkWidget *create_pixmap_d (GtkWidget *widget, const gchar **data);
|
|
|
|
#endif // __SUPPORT_H__
|
|
|