try to offload android to sgcore/sgconnect third-party libraries and drop linux third-party libraries for earlier versions of the engine prior to 4.27

This commit is contained in:
Mamadou Babaei
2023-01-31 14:36:16 +01:00
parent 1a5333a7fc
commit fe7c7d4579
108 changed files with 422 additions and 393 deletions
@@ -46,7 +46,7 @@
check whether boolean type is supported by the compiler or not. */
#include <stdbool.h>
#include <CoreTypes.h>
#include "CoreTypes.h"
/* Check at compile time whether the C compiler has support for bool, true,
and false macros. */
@@ -64,6 +64,14 @@ static_assert(__bool_true_false_are_defined, "Error: bool, true, and false are n
extern "C" {
#endif /* __cplusplus */
/*******************************************************************************
* Exceptional function calls
******************************************************************************/
#if PLATFORM_ANDROID
SENSEGLOVECOREIMPL_PUBLIC_API int32 SGCoreImpl_Android_Initialize(void* Env);
#endif /* PLATFORM_ANDROID */
/*******************************************************************************
* SGAnatomyImpl.h
******************************************************************************/