remove PhysXClient.*, it was not needed (use PhysicsDirect instead)

This commit is contained in:
erwincoumans
2019-02-20 19:57:10 -08:00
parent 6d224996ef
commit adf31c8f64
6 changed files with 6 additions and 1552 deletions

View File

@@ -1,5 +1,5 @@
#ifndef PHYSICS_CLIENT_SHARED_MEMORY2_H
#define PHYSICS_CLIENT_SHARED_MEMORY2_H
#ifndef PHYSICS_CLIENT_SHARED_MEMORY3_H
#define PHYSICS_CLIENT_SHARED_MEMORY3_H
#include "PhysicsDirect.h"
@@ -14,4 +14,4 @@ public:
void setSharedMemoryInterface(class SharedMemoryInterface* sharedMem);
};
#endif //PHYSICS_CLIENT_SHARED_MEMORY2_H
#endif //PHYSICS_CLIENT_SHARED_MEMORY3_H