OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ClassFactory.h
Go to the documentation of this file.
1#pragma once
3
4class EntityBase;
5
6class _declspec(dllexport) ClassFactory : public ClassFactoryHandlerAbstract
7{
8public:
9 virtual EntityBase* CreateEntity(const std::string& className) override;
10};
11