File tree Expand file tree Collapse file tree 5 files changed +241
-241
lines changed Expand file tree Collapse file tree 5 files changed +241
-241
lines changed Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ namespace RTE {
18
18
19
19
public:
20
20
EntityAllocation (PieMenu)
21
- SerializableOverrideMethods
22
- ClassInfoGetters
21
+ SerializableOverrideMethods
22
+ ClassInfoGetters
23
23
24
24
#pragma region Creation
25
- // / Constructor method used to instantiate a PieMenu object in system memory. Create() should be called before using the object.
26
- PieMenu ();
25
+ // / Constructor method used to instantiate a PieMenu object in system memory. Create() should be called before using the object.
26
+ PieMenu ();
27
27
28
28
// / Makes the PieMenu object ready for use.
29
29
// / @return An error return value signaling success or any particular failure. Anything below 0 is an error signal.
Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ namespace RTE {
11
11
12
12
public:
13
13
SerializableClassNameGetter
14
- SerializableOverrideMethods
14
+ SerializableOverrideMethods
15
15
16
16
#pragma region Creation
17
- // / Constructor method used to instantiate a TerrainFrosting object in system memory and make it ready for use.
18
- TerrainFrosting () {
17
+ // / Constructor method used to instantiate a TerrainFrosting object in system memory and make it ready for use.
18
+ TerrainFrosting () {
19
19
Clear ();
20
20
}
21
21
#pragma endregion
You can’t perform that action at this time.
0 commit comments