Refactor of PhysicsClient/PhysicsServer, to separate from the example browser code.
(as usual, work-in-progress)
This commit is contained in:
6
examples/SharedMemory/PhysicsClientExample.h
Normal file
6
examples/SharedMemory/PhysicsClientExample.h
Normal file
@@ -0,0 +1,6 @@
|
||||
#ifndef PHYSICS_CLIENT_EXAMPLE_H
|
||||
#define PHYSICS_CLIENT_EXAMPLE_H
|
||||
|
||||
class CommonExampleInterface* PhysicsClientCreateFunc(struct CommonExampleOptions& options);
|
||||
|
||||
#endif//PHYSICS_CLIENT_EXAMPLE_H
|
||||
Reference in New Issue
Block a user