* 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