[Opal-commits] opal/samples/car main.cpp,1.23,1.24
Status: Inactive
Brought to you by:
tylerstreeter
|
From: tylerstreeter <tyl...@us...> - 2005-03-21 04:29:13
|
Update of /cvsroot/opal/opal/samples/car In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15060/samples/car 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/car/main.cpp,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** main.cpp 1 Mar 2005 05:04:19 -0000 1.23 --- main.cpp 21 Mar 2005 04:29:04 -0000 1.24 *************** *** 12,16 **** #include "../src/CarObject.h" #include "../src/Timer.h" - #include <opal/Matrix44r.h> #define SDL_SYSTEMS_USED SDL_INIT_VIDEO --- 12,15 ---- |