Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changes between Version 12 and Version 13 of code/doc/CoreIncludes


Ignore:
Timestamp:
Oct 18, 2008, 1:11:27 AM (16 years ago)
Author:
landauf
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • code/doc/CoreIncludes

    v12 v13  
    4242{{{
    4343// Assigns the Identifier of a class named "MyClass"
    44 Identifier* identifier = ClassByName("MyClass");
     44Identifier* identifier = ClassByString("MyClass");
    4545}}}