diff options
author | chai <chaifix@163.com> | 2020-02-11 11:29:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2020-02-11 11:29:07 +0800 |
commit | 160e1299ef3d95f8e8c48706d7f61dd3dc6c6b60 (patch) | |
tree | abe5ae5242d9cc6caf6edf103e662c44e978fca0 /src/libjin/game/gameobject.h | |
parent | e095043485d1d298571af6d9eca7f0db9009ea7a (diff) |
Diffstat (limited to 'src/libjin/game/gameobject.h')
-rw-r--r-- | src/libjin/game/gameobject.h | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/src/libjin/game/gameobject.h b/src/libjin/game/gameobject.h index 7cb0de2..f81ae75 100644 --- a/src/libjin/game/gameobject.h +++ b/src/libjin/game/gameobject.h @@ -13,27 +13,27 @@ namespace JinEngine { - namespace Game - { + namespace Game + { - /// - /// Game object base class. - /// - class GameObject : public Object - { - public: + /// + /// Game object base class. + /// + class GameObject : public Object + { + public: - /// - /// - /// - virtual ~GameObject() {}; + /// + /// + /// + virtual ~GameObject() {}; - protected: - Math::Transform mTransform; + protected: + Math::Transform mTransform; - }; + }; - } // namespace Game + } // namespace Game } // namespace JinEngine #endif // jin_game |