mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 12:42:53 +00:00
14 lines
219 B
C
14 lines
219 B
C
#ifndef _DinoGame_H
|
|
#define _DinoGame_H
|
|
|
|
#include "stm32f10x.h"
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdbool.h>
|
|
#include <stdlib.h> // rand
|
|
#include "application.h"
|
|
|
|
void DinoGame_Run(xpMenu Menu);
|
|
|
|
#endif
|