MiaoUI/example/STM32F103C8T6/MultMenu/application/AirPlane.h

13 lines
195 B
C
Raw Normal View History

2023-07-13 15:32:01 +00:00
#ifndef _AirPlane_H
#define _AirPlane_H
#include <stdio.h>
#include <string.h>
#include <stdbool.h>
#include <stdlib.h> // rand
2024-04-06 18:01:42 +00:00
#include "menuConfig.h"
2023-07-13 15:32:01 +00:00
void AirPlane_Run(xpMenu Menu);
2023-07-13 15:32:01 +00:00
2024-04-06 18:01:42 +00:00
#endif