Skip to content

Commit b2e15e7

Browse files
committed
Adding missing StatementMacro
1 parent e8fff11 commit b2e15e7

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.clang-format

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ StatementMacros:
9797
- SerializableClassNameGetter
9898
- SerializableOverrideMethods
9999
- ClassInfoGetters
100+
- EntityAllocation
100101
- Q_UNUSED
101102
- QT_REQUIRE_VERSION
102103
TabWidth: 4

Source/Entities/Scene.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,9 @@ namespace RTE {
195195
// Concrete allocation and cloning definitions
196196
EntityAllocation(Scene)
197197

198-
/// Constructor method used to instantiate a Scene object in system
199-
/// memory. Create() should be called before using the object.
200-
Scene();
198+
/// Constructor method used to instantiate a Scene object in system
199+
/// memory. Create() should be called before using the object.
200+
Scene();
201201

202202
/// Destructor method used to clean up a Scene object before deletion
203203
/// from system memory.

0 commit comments

Comments
 (0)