Rismosch / ris_engine

Barebones game engine. Home made passion project.
MIT License
2 stars 1 forks source link

change ris_util::file to macros #51

Closed Rismosch closed 11 months ago

Rismosch commented 1 year ago

if the functions in ris_util::file return an error, it may be hard to track down on which exact call they failed. changing them to macros would solve this