Android tweaks coming from the Tuxpaint-Android repo at github by Terrence Sheflin.

This commit is contained in:
Pere Pujal i Carabantes 2022-06-25 10:37:17 +02:00
parent b612fcb881
commit 31594dfa62
3 changed files with 7 additions and 2 deletions

View file

@ -44,6 +44,8 @@ void load_from_assets(SDL_Surface * screen, SDL_Texture *texture, SDL_Renderer *
unsigned dirlen, tp_ftw_str * files,
unsigned count, const char *restrict const locale) );
void load_assets_dir(char * dirname, tp_ftw_str ** ffilenames, unsigned * num_file_names);
JNIEXPORT jboolean Java_org_tuxpaint_tuxpaintActivity_managertojni(JNIEnv * env, jclass clazz, jobject mgr);