Diff: Gamecontrol.h
- Revision:
- 0:c5e3a5eed5f1
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Gamecontrol.h Sat Oct 22 07:08:54 2016 +0000 @@ -0,0 +1,23 @@ + +#ifndef Gamecontrol_H +#define Gamecontrol_H + +void character_position(int character_x,int character_y); +void wall(int wall_x,int wall_y); +void move(); +void setup_game(); +void set_wall(); +void safety_wall(); +void onmap(); +void gamestart(); +void moving(int moving_position); +void item_check(); +void teleport(); +void teleport1(); +void setitem(); +void plustime(); +void decreasetime(); +int timeformitem(); +void setitemforbegin(long int arai); +void setitem1(); +#endif // my8x8RGB_H