So, I added my physics classes...
commita3ee4042470a4d07622d73bf302164163cb9fb1e
authorBrian Caine <brian@mephistopheles.(none)>
Fri, 4 Jul 2008 04:36:32 +0000 (4 00:36 -0400)
committerBrian Caine <brian@mephistopheles.(none)>
Fri, 4 Jul 2008 04:36:32 +0000 (4 00:36 -0400)
tree331abec4e8eb9739d52e6de7734d9c5f0258fa82
parent04b2016a210142bcbdaf23b41748c57c0e256401
So, I added my physics classes...

So yeah. They're there, but it doesn't make use of them yet.
14 files changed:
include/core/Actor.h
include/core/PhysicsObject.h [new file with mode: 0644]
include/core/PhysicsSimulation.h [new file with mode: 0644]
include/core/common.h
include/core/parseactor.h
pkgconfig/info [new file with mode: 0644]
src/core/Actor.cpp
src/core/LocalDirectory.cpp
src/core/MediaLoader.cpp
src/core/PhysicsObject.cpp [new file with mode: 0644]
src/core/PhysicsSimulation.cpp [new file with mode: 0644]
src/core/SConscript
src/core/common.cpp
src/core/parseactor.cpp