mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-06-18 13:57:52 +00:00
13 lines
195 B
C
13 lines
195 B
C
#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(xpMenu Menu);
|
|
|
|
#endif
|