Files

13 lines
195 B
C
Raw Permalink Normal View History

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