5 lines
152 B
C
5 lines
152 B
C
|
#ifndef MAIN.H
|
||
|
#define MAIN.H
|
||
|
|
||
|
void Pomme();void Controle();void Serpent();void Update_Serpent();void Terrain();void Timer();void Update_Timer();
|
||
|
#endif
|