GuiManager.h
上传用户:maxiaolivb
上传日期:2022-06-07
资源大小:915k
文件大小:0k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. #ifndef CLASS_GUIMANAGER_H
  2. #define CLASS_GUIMANAGER_H
  3. #pragma once
  4. #include "hgeincludehgegui.h"
  5. #include "extern.h"
  6. class GuiManager :
  7. public hgeGUI
  8. {
  9. public:
  10. GuiManager(void);
  11. ~GuiManager(void);
  12. };
  13. #endif