app_game.h 253 B

12345678910111213
  1. #ifndef __app_game_h__
  2. #define __app_game_h__
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. #include <string.h>
  6. #include "sdk_common.h"
  7. #include "SEGGER_RTT.h"
  8. #include "usr_config.h"
  9. void app_game_Init(void);
  10. void app_game_SetClientGameMode(void);
  11. #endif