CEBL
2.1
Main Page
Namespaces
Data Structures
Files
File List
Globals
cebl_cli.cpp
Go to the documentation of this file.
1
2
#include "
CEBLModel.hpp
"
3
#include "
cli/CEBLViewCLI.hpp
"
4
5
6
7
int
main
(
int
ac,
char
** av)
8
{
9
CEBLModel
* model =
new
CEBLModel
;
10
CEBLViewCLI
* view =
new
CEBLViewCLI
(model,ac,av);
11
12
// will exit when gtk loop ends
13
view->
Start
();
14
15
16
delete
view;
17
delete
model;
18
return
0;
19
}
Generated by
1.8.1.1