diff options
Diffstat (limited to 'Minecraft.World/Class.cpp')
| -rw-r--r-- | Minecraft.World/Class.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Minecraft.World/Class.cpp b/Minecraft.World/Class.cpp new file mode 100644 index 00000000..4f25f28c --- /dev/null +++ b/Minecraft.World/Class.cpp @@ -0,0 +1,5 @@ +#include "stdafx.h" +#include "Class.h" + +// 4J Stu - To ensure that other classes can get the _class object of it's superclass, we also need +// the BaseObject to have that member |
