mirror of
https://github.com/encounter/aurora.git
synced 2026-07-09 18:19:33 -07:00
0d05404564
* add file interface that uses SDL file io to access filesystem this fixes android not properly accessing asset system through SDL, as the default file interface uses the standard C api, which on android is directed to the apps data directory. * remove debug logs, run clang format