systemfactory_w.cpp
来自「game code对于游戏地图的编辑代码」· C++ 代码 · 共 48 行
CPP
48 行
// 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 + =
减小字号Ctrl + -
显示快捷键?