Hex/src/en_jeu.h

16 lines
195 B
C
Raw Normal View History

2016-04-06 14:29:07 +02:00
/*
* en_jeu.h
*
* Created on: 6 avr. 2016
* Author: nathan
*/
#ifndef _EN_JEU_H_
#define _EN_JEU_H_
#include <SDL/SDL.h>
void en_jeu (SDL_Surface* window);
#endif /* _EN_JEU_H_ */