init
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
#pragma once
|
||||
#ifndef GUI_H
|
||||
#define GUI_H
|
||||
|
||||
#include "Base.h"
|
||||
|
||||
|
||||
namespace Gui
|
||||
{
|
||||
|
||||
//´´˝¨ťćÖĆ´°żÚ
|
||||
auto CreateGuiWindow()->BOOL;
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
}
|
||||
|
||||
|
||||
#endif // !GUI_H
|
||||
Reference in New Issue
Block a user