00001 /** 00002 * @file Platform/Sensors.h 00003 * 00004 * Inclusion of Sensors.h depending on platform 00005 * 00006 * @author <a href="mailto:martin@martin-loetzsch.de">Martin Lötzsch</a> 00007 */ 00008 00009 #ifdef APERIOS1_3_2 00010 #include "Aperios1.3.2/Sensors.h" 00011 #define SENSORS_INCLUDED 00012 #endif 00013 00014 #ifdef _WIN32 00015 #include "Win32/Sensors.h" 00016 #define SENSORS_INCLUDED 00017 #endif 00018 00019 #ifndef SENSORS_INCLUDED 00020 #error Unknown platform 00021 #endif
1.3.6