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

9 lines
157 B
C
Raw Normal View History

2013-11-27 08:39:53 +00:00
#ifndef GLIDEN64_H
#define GLIDEN64_H
extern char pluginName[];
2015-04-25 12:05:54 +00:00
extern wchar_t pluginNameW[];
extern void (*CheckInterrupts)( void );
2013-11-27 08:39:53 +00:00
#endif // GLIDEN64_H