17 lines
195 B
C
17 lines
195 B
C
#include <graph.h>
|
|
|
|
|
|
#include "menu.h"
|
|
|
|
|
|
|
|
|
|
|
|
int main (void){
|
|
while(1){
|
|
InitialiserGraphique();
|
|
CreerFenetre(10, 10, 50 * 50 + 1, 60 * 60 + 100);
|
|
EffacerEcran(CouleurParNom("white"));
|
|
}
|
|
}
|