OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
PropertyBundleDataHandle.h
Go to the documentation of this file.
1#pragma once
2#include "EntityBase.h"
3class __declspec(dllexport) PropertyBundleDataHandle
4{
5 virtual void LoadCurrentData(EntityBase * thisObject) = 0;
6};