23 lines
569 B
C
23 lines
569 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include <graph.h>
|
|
#include <time.h>
|
|
#include <string.h>
|
|
#include <math.h>
|
|
#include "graph_sup.h"
|
|
|
|
#include "taquin.h"
|
|
<<<<<<< HEAD
|
|
#include "menu.h"
|
|
=======
|
|
>>>>>>> dbf5cd20576dc4c4a48593bdccdfb0fe959dcf34
|
|
|
|
int main(int argc, char* argv[]) {
|
|
InitialiserGraphique();
|
|
CreerFenetre((Maxx() - WIDTH) / 2, (Maxy() - HEIGHT) / 2, 1200, 700);
|
|
ChoisirTitreFenetre("Taquin"); /* Ben alors Denis, on nous cache des fonctions ? */
|
|
CreateTaquin("./images/luna.png", 500, 445, 4, 4);
|
|
Touche();
|
|
FermerGraphique();
|
|
return EXIT_SUCCESS;
|
|
} |