Changeset 9715 in orxonox.OLD for branches/new_class_id/src/world_entities/weapons/crosshair.h
- Timestamp:
- Sep 1, 2006, 8:06:39 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/new_class_id/src/world_entities/weapons/crosshair.h
r9705 r9715 22 22 //! A class that enables the 23 23 class Crosshair : public PNode, public Element2D, public EventListener { 24 NewObjectListDeclaration(Crosshair);24 ObjectListDeclaration(Crosshair); 25 25 public: 26 26 Crosshair(const TiXmlElement* root = NULL);
Note: See TracChangeset
for help on using the changeset viewer.