From 2d6c8fec45b23a8a28668ecf3ef281139ab778a7 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Fri, 29 Dec 2023 06:21:33 +0100 Subject: refactor dependencies; include dependencies source code --- source/thirdparty/android.h | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 source/thirdparty/android.h (limited to 'source/thirdparty/android.h') diff --git a/source/thirdparty/android.h b/source/thirdparty/android.h deleted file mode 100644 index 0bf20ce..0000000 --- a/source/thirdparty/android.h +++ /dev/null @@ -1,26 +0,0 @@ -// See: http://www.50ply.com/blog/2013/01/19/loading-compressed-android-assets-with-file-pointer/ - -#ifndef NANOVG_ANDROID_H_04F2956C_D65D_11EA_852A_07298A1173F1 -#define NANOVG_ANDROID_H_04F2956C_D65D_11EA_852A_07298A1173F1 - -#ifdef __cplusplus -extern "C" { -#endif - -#if defined(__ANDROID__) - -#include -#include - -void android_fopen_set_asset_manager(AAssetManager* manager); -FILE* android_fopen(const char* fname, const char* mode); - -#define fopen(name, mode) android_fopen(name, mode) - -#endif - -#ifdef __cplusplus -} -#endif - -#endif // NANOVG_ANDROID_H_04F2956C_D65D_11EA_852A_07298A1173F1 -- cgit v1.2.3