mirror of
https://github.com/bloeys/physx-go.git
synced 2025-12-29 07:58:20 +00:00
Init of physX Alhamdullah!
This commit is contained in:
18
pgo/physx-c/CPxFoundation.h
Executable file
18
pgo/physx-c/CPxFoundation.h
Executable file
@ -0,0 +1,18 @@
|
||||
#ifndef __CPxFoundation_H__
|
||||
#define __CPxFoundation_H__
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
struct CPxFoundation
|
||||
{
|
||||
void* obj;
|
||||
};
|
||||
|
||||
CPxAPI CSTRUCT CPxFoundation* NewCPxFoundation();
|
||||
CPxAPI void FreeCPxFoundation(CSTRUCT CPxFoundation* cpf);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user