PvdSceneClient

This commit is contained in:
bloeys
2022-01-17 19:37:00 +04:00
parent 6fe8f6eba1
commit c3c74b46a4
11 changed files with 161 additions and 1 deletions

View File

@ -1,6 +1,9 @@
#ifndef CPxScene_H
#define CPxScene_H
#include "CPxPvdSceneClient.h"
#include "CPxActor.h"
#ifdef __cplusplus
extern "C" {
#endif
@ -10,6 +13,9 @@ extern "C" {
void* obj;
};
CPxAPI CSTRUCT CPxPvdSceneClient* CPxScene_getScenePvdClient(CSTRUCT CPxScene*);
CPxAPI void CPxScene_addActor(CSTRUCT CPxScene*, CSTRUCT CPxActor* actor);
CPxAPI void CPxScene_release(CSTRUCT CPxScene*);
#ifdef __cplusplus