mirror of
https://github.com/rn10950/RetroZilla.git
synced 2024-11-11 02:10:17 +01:00
9 lines
168 B
C++
9 lines
168 B
C++
#include <windows.h>
|
|
#include "setup.h"
|
|
|
|
int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow)
|
|
{
|
|
SPY_Setup();
|
|
return 0;
|
|
}
|