Update of /cvsroot/opal/opal/samples/simple_objects
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15060/samples/simple_objects
Modified Files:
main.cpp
Log Message:
added a PostStepEventHandler that gets notified at the end of every simulation step
Index: main.cpp
===================================================================
RCS file: /cvsroot/opal/opal/samples/simple_objects/main.cpp,v
retrieving revision 1.25
retrieving revision 1.26
diff -C2 -d -r1.25 -r1.26
*** main.cpp 13 Mar 2005 23:06:54 -0000 1.25
--- main.cpp 21 Mar 2005 04:29:05 -0000 1.26
***************
*** 13,17 ****
#include "../src/CarObject.h"
#include "../src/Timer.h"
- #include <opal/Matrix44r.h>
#define SDL_SYSTEMS_USED SDL_INIT_VIDEO
--- 13,16 ----
|