TTK4155 Ping-pong project
play_game.h
Go to the documentation of this file.
1 #include "joystick_driver.h"
2 #include "slider_driver.h"
3 #include "state_machine.h"
4 
5 #ifndef PLAY_GAME_H_
6 #define PLAY_GAME_H_
7 
8 
9 
10 void play_new_game(struct joystick_calibration_data_t *joy_cal, struct slider_calibration_data_t *slider_cal, struct highscore_entry_t *highscore_list_p);
11 
12 #endif /* PLAY_GAME_H_ */
void play_new_game(struct joystick_calibration_data_t *joy_cal, struct slider_calibration_data_t *slider_cal, struct highscore_entry_t *highscore_list_p)
Definition: play_game.c:20
Definition: state_machine.h:21
Definition: slider_driver.h:7
Definition: joystick_driver.h:9