1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-25 22:09:35 +00:00
GLideN64/src/GLideN64.h
2015-05-13 10:21:40 +06:00

9 lines
157 B
C

#ifndef GLIDEN64_H
#define GLIDEN64_H
extern char pluginName[];
extern wchar_t pluginNameW[];
extern void (*CheckInterrupts)( void );
#endif // GLIDEN64_H