Oolite
1.91.0.7658-250404-b1488af
Toggle main menu visibility
Main Page
Topics
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
z
Enumerations
g
k
m
o
r
s
t
w
Enumerator
a
b
c
d
e
g
j
k
m
n
o
p
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
y
z
•
All
Classes
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Macros
Modules
Pages
Loading...
Searching...
No Matches
src
Cocoa
main.m
Go to the documentation of this file.
1
#import "
OOCocoa.h
"
2
#import "
OOLoggingExtended.h
"
3
#import "
OODebugFlags.h
"
4
5
6
#ifndef NDEBUG
7
NSUInteger
gDebugFlags
= 0;
8
#endif
9
18
int
main
(
int
argc,
const
char
*argv[])
19
{
20
OOLoggingInit
();
21
return
NSApplicationMain(argc, argv);
22
}
18
int
main
(
int
argc,
const
char
*argv[]) {
…
}
23
gDebugFlags
NSUInteger gDebugFlags
Definition
main.m:7
OOCocoa.h
OODebugFlags.h
OOLoggingExtended.h
OOLoggingInit
void OOLoggingInit(void)
Definition
OOLogging.m:585
main
int main(int argc, const char *argv[])
Definition
main.m:18
Generated by
1.13.2