Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 2, 2005, 11:35:29 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: the mighty useless crosshair…

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/world_entities/weapons/crosshair.h

    r4779 r4781  
    2929
    3030  void tick(float dt);
    31   void draw();
     31  void draw() const;
    3232
    3333 private:
    3434   Vector           position;             //!< The current position of the Crosshair
     35   float            position2D[2];        //!< The 2D-position on the screen
    3536
    3637};
Note: See TracChangeset for help on using the changeset viewer.