1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-30 08:24:05 +00:00
GLideN64/src/GLideN64.h

10 lines
195 B
C
Raw Normal View History

2013-11-27 08:39:53 +00:00
#ifndef GLIDEN64_H
#define GLIDEN64_H
extern char pluginName[];
2020-11-13 13:47:51 +00:00
extern char pluginNameWithRevision[];
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