TDME2
1.9.121
Toggle main menu visibility
Main Page
Related Pages
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
~
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
Enumerations
a
b
c
e
f
g
i
l
m
n
r
s
t
u
v
Enumerator
a
b
c
e
f
g
i
k
l
m
n
o
r
s
t
v
Related Functions
a
b
c
e
f
g
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Files
File List
File Members
All
a
b
c
e
f
g
k
m
o
p
r
s
t
Functions
c
g
m
o
p
r
s
t
Variables
Macros
a
b
c
e
f
g
k
m
p
s
t
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
src
tdme
tools
installer
Installer-main.cpp
Go to the documentation of this file.
1
#include <
tdme/tools/installer/Installer.h
>
2
3
#include <
tdme/tdme.h
>
4
#include <
tdme/os/network/Network.h
>
5
6
using
tdme::os::network::Network
;
7
8
int
main
(
int
argc,
char
** argv)
9
{
10
// initialize network module
11
Network::initialize();
12
13
//
14
tdme::tools::installer::Installer::main
(argc, argv);
15
16
//
17
return
0;
18
}
main
int main(int argc, char **argv)
Definition:
Installer-main.cpp:8
Installer.h
Network.h
tdme::os::network::Network
Network class.
Definition:
Network.h:14
tdme::tools::installer::Installer::main
static void main(int argc, char **argv)
Main.
Definition:
Installer.cpp:1369
tdme.h
Generated by
1.9.3