Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Dec 7, 2005, 4:15:30 PM (20 years ago)
Author:
bottac
Message:

changes in height_map.cc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/height_map/src/lib/graphics/importer/height_map.h

    r5942 r5967  
    1313*/
    1414
     15
    1516#include "model.h"
    1617
    17 
     18class SDL_Surface;
     19class Vector;
    1820
    1921class HeightMap : public Model
     
    2123public:
    2224void load();
     25void load(const char*, int);
    2326HeightMap();
     27HeightMap(const char*);
     28~HeightMap();
     29
     30private:
     31SDL_Surface* heightMap;
     32
    2433};
Note: See TracChangeset for help on using the changeset viewer.