1
0
forked from 0ad/0ad
0ad/source/tools/atlas/AtlasFrontends/_template.cpp

12 lines
253 B
C++

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
#define ATLASDLLIMPEXP __declspec(dllimport)
#include "AtlasUI/Misc/DLLInterface.h"
int APIENTRY wWinMain(HINSTANCE, HINSTANCE, LPTSTR, int) {
StartWindow(L"$$WINDOW_NAME$$");
return 0;
}