Changes between Version 12 and Version 13 of code/doc/CoreIncludes
- Timestamp:
- Oct 18, 2008, 1:11:27 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
code/doc/CoreIncludes
v12 v13 42 42 {{{ 43 43 // Assigns the Identifier of a class named "MyClass" 44 Identifier* identifier = ClassBy Name("MyClass");44 Identifier* identifier = ClassByString("MyClass"); 45 45 }}}