00001 #ifndef TEST_PASSIVE 00002 #define TEST_PASSIVE 00003 00004 #include <basis/chaos.h> 00005 00006 template <class canvas_or_manager> 00007 void test_reposition(canvas_or_manager &to_move, chaos &randomizer); 00008 // randomly scoots the object "to_move" around in its environment. 00009 00010 #endif
1.5.1