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

6 lines
189 B
C++
Raw Normal View History

2020-11-13 13:47:51 +00:00
#include "Revision.h"
char pluginName[] = "GLideN64";
2020-11-13 13:47:51 +00:00
char pluginNameWithRevision[] = "GLideN64 rev." PLUGIN_REVISION;
2015-04-25 12:05:54 +00:00
wchar_t pluginNameW[] = L"GLideN64";
void (*CheckInterrupts)( void );