MeVisLab Toolbox Reference
SoTouchControlInit.h
Go to the documentation of this file.
1 // Copyright (c) Fraunhofer MEVIS, Germany. All rights reserved.
2 // **InsertLicense** code
3 /*
4  _______________________________________________________________________
5  __________________ F R A U N H O F E R M E V I S __________________
6  |
7  | Description:
8  | SoTouchControlInit
9  |
10  | Author(s) : Felix Ritter
11  |
12  __________________ F R A U N H O F E R M E V I S __________________
13  _______________________________________________________________________
14  */
15 
16 
17 #ifndef _SoTouchControlInit_H
18 #define _SoTouchControlInit_H
19 
20 #ifdef TOUCHCONTROL_EXPORTS
21  #define TOUCHCONTROL_API ML_LIBRARY_EXPORT_ATTRIBUTE
22 #else
23  #define TOUCHCONTROL_API ML_LIBRARY_IMPORT_ATTRIBUTE
24 #endif
25 
26 #endif