Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5304 in orxonox.OLD for trunk/src/lib/graphics/importer/texture.h


Ignore:
Timestamp:
Oct 7, 2005, 3:28:25 PM (19 years ago)
Author:
bensch
Message:

orxonox/trunk: so, ResourceManager now operates on BaseObjects. If this is better, i do not know, but at least it is more intuitive, i think

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/texture.h

    r5239 r5304  
    1010
    1111#include "glincl.h"
     12#include "base_object.h"
    1213
    1314#include "debug.h"
     
    2021
    2122//! A Class, that reads in Textures from different fileformats.
    22 class Texture
     23class Texture : public  BaseObject
    2324{
    2425 public:
Note: See TracChangeset for help on using the changeset viewer.