mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-14 21:22:53 +00:00
14 lines
218 B
C
14 lines
218 B
C
#ifndef _AirPlane_H
|
|
#define _AirPlane_H
|
|
|
|
#include "stm32f10x.h"
|
|
#include <stdio.h>
|
|
#include <string.h>
|
|
#include <stdbool.h>
|
|
#include <stdlib.h> // rand
|
|
#include "menuConfig.h"
|
|
|
|
void AirPlane_Run(xpMenu Menu);
|
|
|
|
#endif
|