]> icculus.org git repositories - icculus/iodoom3.git/blob - neo/curl/src/macos/src/macos_main.cpp
Various Mac OS X tweaks to get this to build. Probably breaking things.
[icculus/iodoom3.git] / neo / curl / src / macos / src / macos_main.cpp
1 /* =========================================================================
2 Copyright (C) 2001 Eric Lavigne Permission is granted to anyone to use this software for any purpose on any     computer system, and to redistribute it freely, subject to the following restrictions:
3 - The author is not responsible for the consequences of use of this software, no matter how awful, even if they arise from defects in it.
4 - The origin of this software must not be misrepresented, either by     explicit claim or by omission.
5 - You are allowed to distributed modified copies of the software, in source     and binary form, provided they are marked plainly as altered versions, and      are not misrepresented as being the original software.
6 ========================================================================= */
7 #include <stdlib.h>
8 #include <string.h>
9 #include <stdio.h>
10 #include <Memory.h>
11 #include <GUSICommandLine.h>
12 #include <stdlib.h>
13
14 /* ========================================================================= */
15 DECLARE_MAIN(curl)
16 REGISTER_MAIN_STARTREGISTER_MAIN(curl)
17 REGISTER_MAIN_END
18 /* ========================================================================= */
19
20 int main(){     
21         ::MaxApplZone();
22         for (int i = 1; i <= 10; i++)
23                 ::MoreMasters();
24         (void) exec_commands();
25         return 0;
26 }