Android /assets/ support (still not quite working)

This commit is contained in:
Vítor Santos Costa
2014-06-11 19:33:18 +01:00
parent 2d2eb70842
commit aef189ece2
4 changed files with 43 additions and 28 deletions

View File

@@ -86,3 +86,5 @@ COMMON(int) PL_get_atom_ex__LD(term_t t, atom_t *a ARG_LD);
#endif
COMMON(int) PL_get_module_ex(term_t name, module_t *m);
COMMON(int) PL_get_arg_ex(int n, term_t term, term_t arg);
COMMON(int) check_float(double f);