00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00026 #ifndef __SPACETIME_H
00027 #define __SPACETIME_HPP "Created 27.02.2001 21:42:27 by werner"
00028
00029 #if (defined(_WINDOWS) || defined(_WIN32)) && !(defined(_LIB))
00030
00031 #ifdef spacetime_EXPORTS
00032 #define SPACETIME_EXPORTS
00033 #endif
00034
00035 #ifdef SPACETIME_EXPORTS
00036 #define SPACETIME_API __declspec(dllexport)
00037 #else
00038 #define SPACETIME_API __declspec(dllimport)
00039 #endif
00040
00041 #else
00042
00043 #define SPACETIME_API
00044
00045 #endif
00046
00074 namespace Traum
00075 {}
00076
00088 #endif // __SPACETIME_H
00089