Changes between Version 1 and Version 2 of code/doc/OrxonoxClass
- Timestamp:
- Feb 24, 2008, 9:45:41 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/OrxonoxClass
v1 v2 7 7 OrxonoxClass itself isn't of any use to the game-logic. All functions and variables are only there to create a common base for [wiki:Identifier Identifiers]. Some functions are used in macros (see CoreIncludes). 8 8 9 === Inheriting from OrxonoxClass ===9 === Inheriting from !OrxonoxClass === 10 10 11 11 Classes inheriting from OrxonoxClass '''must''' use '''virtual public''' derivation to avoid problems in the class-tree (diamond shape):