1
0
mirror of https://github.com/blawar/GLideN64.git synced 2024-06-27 23:14:05 +00:00
GLideN64/src/GLideN64.h
2020-11-19 16:50:32 +07:00

10 lines
195 B
C

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