7 lines
155 B
C++
7 lines
155 B
C++
#ifndef PHYSICS_CLIENT_H
|
|
#define PHYSICS_CLIENT_H
|
|
|
|
class CommonExampleInterface* PhysicsClientCreateFunc(struct CommonExampleOptions& options);
|
|
|
|
#endif
|