Changeset 9715 in orxonox.OLD for branches/new_class_id/src/lib/graphics/text_engine/text.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/lib/graphics/text_engine/text.h
r9685 r9715 26 26 class Text : public Element2D 27 27 { 28 NewObjectListDeclaration(Text);28 ObjectListDeclaration(Text); 29 29 public: 30 30 Text(const std::string& fontFile = "", unsigned int fontSize = TEXT_DEFAULT_SIZE);
Note: See TracChangeset
for help on using the changeset viewer.