add WIP lua binding app

This commit is contained in:
2024-10-05 18:17:22 -03:00
parent dbbf6e25f0
commit bd99540280
77 changed files with 31358 additions and 0 deletions

View File

@ -67,6 +67,8 @@ TWN_API int64_t file_to_bytes(const char *path, unsigned char **buf_out);
/* returns a pointer to a string which must be freed */
TWN_API char *file_to_str(const char *path);
/* returns true if the file exists in the filesystem */
TWN_API bool file_exists(const char *path);
/* saves all texture atlases as BMP files in the write directory */
TWN_API void textures_dump_atlases(void);