21 lines
345 B
C
21 lines
345 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <graph.h>
|
|
|
|
void Menu()
|
|
{
|
|
ChoisirEcran(0);
|
|
ChargerImage("./images/Menu.png",0,0,0,0,930,710);
|
|
}
|
|
|
|
void Pause()
|
|
{
|
|
ChoisirEcran(0);
|
|
ChargerImage("./images/Pause.png",0,0,0,0,930,710);
|
|
}
|
|
|
|
void PerduGUI()
|
|
{
|
|
ChoisirEcran(0);
|
|
ChargerImage("./images/Perdu.png",0,0,0,0,930,710);
|
|
} |