mirror of
https://gitee.com/lzc56/MiaoUI.git
synced 2025-08-13 20:52:52 +00:00
12 lines
190 B
C++
12 lines
190 B
C++
#ifndef _APPLICATION_H
|
|
#define _APPLICATION_H
|
|
|
|
#include "MenuConfig.h"
|
|
|
|
class Application {
|
|
public:
|
|
static void Draw_Home(xpMenu Menu);
|
|
static void Show_Logo(xpMenu Menu);
|
|
};
|
|
|
|
#endif |