Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jul 13, 2005, 6:36:22 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: more 2D-definitions, better draw function

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/graphics/render2D/render_2d.h

    r4840 r4848  
    22 * @file render_2d.h
    33 * @brief Definition of the 2D-rendering engine singleton Class
     4 * @todo implement Layer-rendering
    45*/
    56
     
    89
    910#include "base_object.h"
    10 
     11#include "element_2d.h"
    1112// FORWARD DEFINITION
    1213template <class T> class tList;
    13 class Element2D;
    1414
    1515//! A default singleton class.
     
    2929 private:
    3030  Render2D();
    31   static Render2D*               singletonRef;           //!< Reference to this class.
     31  static Render2D*              singletonRef;           //!< Reference to this class.
    3232
    33   tList<Element2D>*              element2DList;          //!< List of all valid 2D-elements.
     33  tList<Element2D>*             element2DList;          //!< List of all valid 2D-elements.
    3434};
    3535
Note: See TracChangeset for help on using the changeset viewer.