Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 29, 2006, 1:40:35 PM (18 years ago)
Author:
bottac
Message:

bugfix

File:
1 edited

Legend:

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

    r8724 r8904  
    4141class WorldEntity;
    4242
     43
     44// Obsolete
    4345struct BspCollisionEvent
    4446{
     
    5456
    5557  BspManager(const char* fileName, float scale = 0.4f);
    56   void load(const char* fileName, float scale);
     58 
     59  // Deconstructor
     60  ~BspManager();
     61 
     62 
    5763
    5864  // Functions
     65  int load(const char* fileName, float scale);
    5966  const void draw();
    6067  const void tick(float time);
Note: See TracChangeset for help on using the changeset viewer.