PhysicsClientExample.h 309 B

12345678910111213
  1. #ifndef PHYSICS_CLIENT_EXAMPLE_H
  2. #define PHYSICS_CLIENT_EXAMPLE_H
  3. enum ClientExampleOptions
  4. {
  5. eCLIENTEXAMPLE_LOOPBACK=1,
  6. eCLIENTEXAMPLE_DIRECT=2,
  7. eCLIENTEXAMPLE_SERVER=3,
  8. };
  9. class CommonExampleInterface* PhysicsClientCreateFunc(struct CommonExampleOptions& options);
  10. #endif//PHYSICS_CLIENT_EXAMPLE_H