summaryrefslogtreecommitdiff
path: root/Source/Asura.Engine/Graphics/Window.h
blob: 1707e3d11c3577d2dee9fab31229ed4bec0788af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
#ifndef __AE_WINDOW_H__
#define __AE_WINDOW_H__

namespace AsuraEngine
{
    namespace Graphics
    {

        ///
        /// Ϸ
        ///
        class Window
        {

        };

    }
}

#endif