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

4 lines
102 B
C++
Raw Normal View History

char pluginName[] = "GLideN64";
2015-04-25 12:05:54 +00:00
wchar_t pluginNameW[] = L"GLideN64";
void (*CheckInterrupts)( void );