doom3-gpl
Doom 3 GPL source release
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
macos_main.cpp
Go to the documentation of this file.
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 }
int i
Definition: process.py:33
typedef void(APIENTRYP PFNGLBLENDCOLORPROC)(GLclampf red
REGISTER_MAIN_END int main()
Definition: macos_main.cpp:20