Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jun 7, 2005, 11:50:01 PM (19 years ago)
Author:
patrick
Message:

orxonox/trunk: implemented some test functions, that don't work untils now: some link error when compiling the collision_detection/framework

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/trunk/src/lib/collision_detection/cd_engine.cc

    r4519 r4546  
    1717
    1818#include "cd_engine.h"
     19#include "obb_tree.h"
     20#include "debug.h"
    1921
    2022using namespace std;
     
    4446
    4547}
     48
     49
     50void CDEngine::debug()
     51{
     52  PRINT(0)("\n=============================| CDEngine::debug() |===\n");
     53  PRINT(0)("=  CDEngine: Spawning Tree Start\n");
     54
     55  PRINT(0)("=  CDEngine: Spawning Tree: Finished\n");
     56  PRINT(0)("=======================================================\n");     
     57
     58}
Note: See TracChangeset for help on using the changeset viewer.