preparation for CommandLogging for PhysicsServer.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user