Crossplatform C++ SDK used in various projects created by me (Benoit BOUCHEZ)
Supported platforms :
- Windows
- Mac OS
- Linux
IMPORTANT : project shall define in preprocessor
#define __TARGET_LINUX__to compile the libraries under Linux#define __TARGET_WIN__to compile the libraries under Windows#define __TARGET_MAC__to compile the libraries under MacOS
One and only one target must be defined !