⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 systemfactory_w.cpp

📁 game code对于游戏地图的编辑代码
💻 CPP
字号:
// QGEngine#include "SystemFactory_w.h"namespace Win32{	IWindowSys* SystemFactory_w::CreateWindowSys()	{			}	IVisualSys* SystemFactory_w::CreateVisualSys()	{			}	IAudioSys* SystemFactory_w::CreateAudioSys()	{			}	INetworkSystem* SystemFactory_w::CreateNetSystem()	{			}	void SystemFactory_w::DeleteWindowSys(IWindowSys* aWindowSys)	{			}	void SystemFactory_w::DeleteVisualSys(IVisualSys* aVisualSys)	{			}	void SystemFactory_w::DeleteAudioSys(IAudioSys* aAudioSys)	{			}	void SystemFactory_w::DeleteNetSys(INetworkSystem* aNetSys)	{			}} // Win32

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -