18 lines
266 B
C
18 lines
266 B
C
#include <stdlib.h>
|
|
#include <stdio.h>
|
|
#include <graph.h>
|
|
|
|
int Menu()
|
|
{
|
|
ChargerImage("./images/Menu.png",0,0,0,0,930,710);
|
|
}
|
|
|
|
void Pause()
|
|
{
|
|
ChargerImage("./images/Pause.png",0,0,0,0,930,710);
|
|
}
|
|
|
|
void Reinitialiser()
|
|
{
|
|
CopierZone(8,0,0,0,930,710,0,0);
|
|
} |