MiaoUI/MultMenu/application/DinoGame.h

13 lines
196 B
C
Raw Normal View History

2023-07-13 15:32:01 +00:00
#ifndef _DinoGame_H
#define _DinoGame_H
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h> // rand
2024-02-06 09:38:48 +00:00
#include "application.h"
2023-07-13 15:32:01 +00:00
void DinoGame_Run(xpMenu Menu);
2023-07-13 15:32:01 +00:00
2024-04-06 18:01:42 +00:00
#endif