0ad/source/tools/atlas/AtlasFrontends/_template.cpp

12 lines
259 B
C++
Raw Normal View History

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