23#include "RagePhotoLibrary.h"
24#ifdef LIBRAGEPHOTO_CXX_ONLY
25#include "ragephoto_cxx.hpp"
27#elif defined LIBRAGEPHOTO_CXX_C
28#ifdef LIBRAGEPHOTO_STATIC
29#include "ragephoto_cxx.hpp"
32#ifdef LIBRAGEPHOTO_PREFER_NATIVE
33#include "ragephoto_cxx.hpp"
36#include "ragephoto_c.hpp"
40#elif defined LIBRAGEPHOTO_C_ONLY
41#include "ragephoto_c.hpp"
44#error "Could not determine best RagePhoto implementation, libragephoto installation might be corrupt!"
GTA V and RDR 2 Photo Parser.
GTA V and RDR 2 Photo Parser (C API wrapper).