Updraft  1.0
Open source glider flight visualisation tool.
util.h
Go to the documentation of this file.
00001 #ifndef UPDRAFT_SRC_LIBRARIES_UTIL_UTIL_H_
00002 #define UPDRAFT_SRC_LIBRARIES_UTIL_UTIL_H_
00003 
00004 #include <QtGlobal>
00005 
00006 #ifdef UPDRAFT_UTIL_INTERNAL
00007   #define UTIL_EXPORT Q_DECL_EXPORT
00008 #else
00009   #define UTIL_EXPORT Q_DECL_IMPORT
00010 #endif
00011 
00012 #include "location.h"
00013 #include "units.h"
00014 #include "gradient.h"
00015 #include "linearfunc.h"
00016 #include "ellipsoid.h"
00017 
00018 #endif  // UPDRAFT_SRC_LIBRARIES_UTIL_UTIL_H_
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines