?? jeu.h
字號:
/*
jeu.h
-----
Par mateo21, pour Le Site du Z閞0 (www.siteduzero.com)
R鬺e : prototypes des fonctions du jeu.
*/
#ifndef DEF_JEU
#define DEF_JEU
void jouer(SDL_Surface* ecran);
void deplacerJoueur(int carte[][NB_BLOCS_HAUTEUR], SDL_Rect *pos, int direction);
void deplacerCaisse(int *premiereCase, int *secondeCase);
#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -