blob: ab612fc074017eb6f4a0ce880e1777448ed4bb26 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
#ifndef __AE_WINDOW_H__
#define __AE_WINDOW_H__
namespace AsuraEngine
{
namespace Graphics
{
///
/// ڣֶ֧രڡڱ༭Ҫ֧֣runnerֻҪһڡ
///
class Window
{
public:
private:
};
}
}
#endif
|