File GridEngine.h¶
Go to the source code of this file
定義 Grid++ 遊戲引擎。
#include <algorithm>#include <cstddef>#include <cstdint>#include <filesystem>#include <stdexcept>#include <string>#include <unordered_set>#include <vector>#include "GridAssetManager.h"#include "GridObject.h"#include "Overlay.h"#include "raylib.h"
Namespaces¶
| Type | Name |
|---|---|
| namespace | gridpp |
Classes¶
| Type | Name |
|---|---|
| class | GridEngine 建立視窗並管理遊戲物件、碰撞、繪製與主迴圈。 |
The documentation for this class was generated from the following file GridEngine.h