Lunchbox  1.11.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
defines.h
Go to the documentation of this file.
1 // generated by CommonCode.cmake, do not edit.
2 
8 #ifndef LUNCHBOX_DEFINES_H
9 #define LUNCHBOX_DEFINES_H
10 
11 #ifdef __APPLE__
12 # include <lunchbox/definesDarwin.h>
13 #elif defined (__linux__)
14 # include <lunchbox/definesLinux.h>
15 #elif defined (_WIN32)
16 # include <lunchbox/definesWin32.h>
17 #else
18 # error Unknown OS
19 #endif
20 
21 #endif