OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
APIFunctions.h
Go to the documentation of this file.
1
4// ###########################################################################################################################################################################################################################################################################################################################
5
6#pragma once
7
8// std header
9#include <list>
10
11#define OTOOLKIT_CreateToolsFunctionName "CreateTools"
12
13namespace otoolkit {
14
15 class Tool;
16
18 typedef void(*ImportToolsFunction)(std::list<Tool*>&);
19}
Definition ToolManager.h:30
void(* ImportToolsFunction)(std::list< Tool * > &)
Import tools function prototype.
Definition APIFunctions.h:18