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