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

12 lines
250 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"ColourTester");
return 0;
}