*** empty log message ***

This commit is contained in:
2003-10-15 00:57:23 -04:00
parent 143c82175e
commit 4c6f5dfb15
69 changed files with 8788 additions and 0 deletions

5
include/physics.h Normal file
View File

@@ -0,0 +1,5 @@
class WORLD_PHYSICS
{
public:
WORLD_PHYSICS();
};