OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
ExternalDependencies.h
Go to the documentation of this file.
1#pragma once
2#include "OTCore/CoreTypes.h"
4
6{
7public:
8 void setPythonScriptFolderID(ot::UID id) { _pythonScriptFolderID = id; };
9 ot::UID getPythonScriptFolderID() const { return _pythonScriptFolderID; }
10private:
11 static ot::UID _pythonScriptFolderID;
12};
Definition ExternalDependencies.h:6
void setPythonScriptFolderID(ot::UID id)
Definition ExternalDependencies.h:8
ot::UID getPythonScriptFolderID() const
Definition ExternalDependencies.h:9
unsigned long UID
Unique identifier (32 bit unsigned integer)
Definition CoreTypes.h:27