E32_433开发板程序

This commit is contained in:
2026-04-10 20:26:51 +08:00
commit 7a39359dd0
1286 changed files with 689533 additions and 0 deletions

View File

@ -0,0 +1,12 @@
#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