preparation for CommandLogging for PhysicsServer.

This commit is contained in:
erwin coumans
2015-10-29 11:25:50 -07:00
parent 650189d50b
commit f7bbbd88e6
5 changed files with 81 additions and 15 deletions

View File

@@ -1,6 +1,10 @@
#ifndef PHYSICS_SERVER_EXAMPLE_H
#define PHYSICS_SERVER_EXAMPLE_H
enum PhysicsServerOptions
{
PHYSICS_SERVER_ENABLE_COMMAND_LOGGING=1,
};
class CommonExampleInterface* PhysicsServerCreateFunc(struct CommonExampleOptions& options);