Ignore:
Timestamp:
07/16/08 11:28:52 (16 years ago)
Author:
mattausch
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • GTP/trunk/App/Demos/Vis/FriendlyCulling/src/ResourceManager.h

    r2795 r2840  
    77#include <fstream> 
    88#include <map> 
     9#include "common.h" 
    910 
    10 #include "common.h" 
    1111 
    1212class igzstream; 
     
    2121class Texture; 
    2222class Matrix4x4; 
     23class Transform3; 
     24 
    2325 
    2426/** Loads a scene and also handles the cleanup 
     
    5254        std::vector<Geometry *> mGeometry; 
    5355        std::vector<SceneEntity *> mSceneEntities; 
    54         std::vector<Matrix4x4 *> mTrafos; 
     56        std::vector<Transform3 *> mTrafos; 
    5557}; 
    5658 
Note: See TracChangeset for help on using the changeset viewer.