]> icculus.org git repositories - taylor/freespace2.git/blob - src/freespace2/unixmain.cpp
call real entrypoint (WinMain)
[taylor/freespace2.git] / src / freespace2 / unixmain.cpp
1 #include "unix.h"
2
3 int PASCAL WinMain(HINSTANCE hInst, HINSTANCE hPrev, LPSTR szCmdLine, int nCmdShow);
4
5 int main(int argc, char **argv)
6 {
7         STUB_FUNCTION;
8
9         return WinMain(1, 0, "", 0);
10 }