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_ */
joystick_driver.h
slider_driver.h
play_new_game
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
highscore_entry_t
Definition:
state_machine.h:21
slider_calibration_data_t
Definition:
slider_driver.h:7
joystick_calibration_data_t
Definition:
joystick_driver.h:9
state_machine.h
Node_1
play_game.h
Generated by
1.8.13