1
0
forked from 0ad/0ad
0ad/source/tools/atlas/AtlasFrontends/_template.cpp
Ykkrosh 5d62c3f3f7 Atlas: Simple undo system
This was SVN commit r2627.
2005-08-20 15:44:50 +00:00

12 lines
270 B
C++

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