Loading...
Searching...
No Matches
Go to the documentation of this file.
24#define ImplementNebulaApplication() \
25void NebulaMain(const Util::CommandLineArgs& args); \
26int WINAPI WinMain(HINSTANCE hInstance, HINSTANCE prevInstance, LPSTR lpCmdLine, int nShowCmd) \
28 Util::CommandLineArgs args(lpCmdLine); \
33#define ImplementNebulaApplication() \
34void NebulaMain(const Util::CommandLineArgs& args); \
35int __cdecl main(int argc, const char** argv) \
37 Util::CommandLineArgs args(argc, argv); \