From 684f71790401727cc45f4dad1822ddae46305072 Mon Sep 17 00:00:00 2001 From: chai Date: Mon, 25 Feb 2019 09:07:37 +0800 Subject: +widgets --- Source/Asura.Engine/Graphics/Window.h | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 Source/Asura.Engine/Graphics/Window.h (limited to 'Source/Asura.Engine/Graphics/Window.h') diff --git a/Source/Asura.Engine/Graphics/Window.h b/Source/Asura.Engine/Graphics/Window.h deleted file mode 100644 index 3a09266..0000000 --- a/Source/Asura.Engine/Graphics/Window.h +++ /dev/null @@ -1,25 +0,0 @@ -#ifndef __ASURA_ENGINE_WINDOW_H__ -#define __ASURA_ENGINE_WINDOW_H__ - -namespace AsuraEngine -{ - namespace Graphics - { - - /// - /// 窗口,支持多窗口。在编辑器下需要多个窗口支持,runner只需要一个窗口。 - /// - class Window - { - public: - - - private: - - - }; - - } -} - -#endif \ No newline at end of file -- cgit v1.1-26-g67d0