OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
SharedResources.h
Go to the documentation of this file.
1#pragma once
2#include <string>
3namespace BlockEntities
4{
5 struct __declspec(dllexport) SharedResources
6 {
7 static std::string getCornerImagePath() { return "Images/"; }
8 static std::string getCornerImageNameDB() {return "DataBase.svg";}
9 static std::string getCornerImageNameVis() { return "Visualisation.svg"; }
10 static std::string getCornerImageNamePython() { return "Python.svg"; }
11 };
12}
Definition SharedResources.h:4