catch me if you can
0.1
Main Page
Classes
Files
File List
File Members
QT
PacMan
main.cpp
Go to the documentation of this file.
1
9
#include <iostream>
10
#include "
Correc_Prof/game.h
"
11
12
using namespace
std
;
17
int
main
()
18
{
19
try
20
{
21
return
ppal
();
22
}
23
catch
(...)
24
{
25
cerr <<
"ca c'est mal passe quelque part"
<< endl;
26
return
1;
27
}
28
}
//main ()
29
30
31
std
game.h
Set of usefull functions for the game.
main
int main()
main
Definition:
main.cpp:17
ppal
int ppal(void)
new main
Definition:
game.cpp:54
Generated by
1.8.11