Files

13 lines
196 B
C
Raw Permalink Normal View History

2026-04-10 20:26:51 +08:00
#ifndef _DinoGame_H
#define _DinoGame_H
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h> // rand
#include "application.h"
void DinoGame_Run(xpItem item);
#endif