Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 1 and Version 2 of code/doc/OrxonoxClass


Ignore:
Timestamp:
Feb 24, 2008, 9:45:41 PM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/OrxonoxClass

    v1 v2  
    77OrxonoxClass 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).
    88
    9 === Inheriting from OrxonoxClass ===
     9=== Inheriting from !OrxonoxClass ===
    1010
    1111Classes inheriting from OrxonoxClass '''must''' use '''virtual public''' derivation to avoid problems in the class-tree (diamond shape):