ZFFramework
 
Loading...
Searching...
No Matches
ZFImpl_sys_SDL.h
1#ifndef _ZFI_ZFImpl_sys_SDL_h_
2#define _ZFI_ZFImpl_sys_SDL_h_
3
4#include "ZFCore/ZFCoreDef.h"
5#include "../sys_Android/ZFImpl_sys_Android.h"
6#include "../sys_iOS/ZFImpl_sys_iOS.h"
7#include "../sys_Qt/ZFImpl_sys_Qt.h"
8
10
16#ifndef ZF_ENV_FORCE_sys_SDL
17 #define ZF_ENV_FORCE_sys_SDL 0
18#else
19 #undef ZF_ENV_FORCE_sys_SDL
20 #define ZF_ENV_FORCE_sys_SDL 1
21#endif
22
28#ifndef ZF_ENV_FORCE_not_sys_SDL
29 #define ZF_ENV_FORCE_not_sys_SDL 0
30#else
31 #undef ZF_ENV_FORCE_not_sys_SDL
32 #define ZF_ENV_FORCE_not_sys_SDL 1
33#endif
34
38#if !ZF_ENV_FORCE_not_sys_SDL && ((0 \
39 ) || ZF_ENV_FORCE_sys_SDL)
40 #define ZF_ENV_sys_SDL 1
41#else
42 #define ZF_ENV_sys_SDL 0
43#endif
44
46
47#endif // #ifndef _ZFI_ZFImpl_sys_SDL_h_
48
necessary header file for all types
#define ZF_NAMESPACE_GLOBAL_BEGIN
begin namespace ZFFramework
Definition ZFNamespace.h:97
#define ZF_NAMESPACE_GLOBAL_END
end namespace ZFFramework
Definition ZFNamespace.h:98