MiaoUI/HARDWARE/APP/DinoGame.h

15 lines
249 B
C
Raw Normal View History

2023-07-13 15:32:01 +00:00
#ifndef _DinoGame_H
#define _DinoGame_H
#include "main.h"
2023-07-13 15:32:01 +00:00
#include "FreeRTOS.h"
#include "task.h"
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h> // rand
#include "Other_Function.h"
2023-07-13 15:32:01 +00:00
void DinoGame_Run(void);
#endif