1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-07-02 09:03:37 +00:00
GLideN64/GLideN64.h

29 lines
447 B
C
Raw Normal View History

#ifndef GLN64_H
#define GLN64_H
#ifndef __LINUX__
#include <windows.h>
//#include <commctrl.h>
#else
# include "winlnxdefs.h"
#endif
//#define DEBUG
//#define RSPTHREAD
#ifndef __LINUX__
extern HWND hWnd;
//extern HWND hFullscreen;
extern HWND hStatusBar;
extern HWND hToolBar;
extern HINSTANCE hInstance;
#endif // !__LINUX__
extern char pluginName[];
extern void (*CheckInterrupts)( void );
extern char *screenDirectory;
#endif