ECF
1.5
D:
Projekt
ECF_trunk
examples
projekt64
main.cpp
1
#include <ECF/ECF.h>
2
3
int
main(
int
argc,
char
** argv)
4
{
5
StateP state(
new
State
);
6
state->initialize(argc, argv);
7
return
0;
8
}
State
State class - backbone of the framework.
Definition:
State.h:39
Generated on Wed Aug 3 2022 17:50:41 for ECF by
1.9.4