Oxsomi Core3 is a combination of standalone C libraries useful for building applications, such as types, platform, graphics abstraction and file formats
We probably want to do this in the .c files with some tool that parses our documentation from there. I don't want to polute .h files because they're like a blueprint of the class and it's nicer to keep an overview without code and lots of comments in there.
We probably want to do this in the .c files with some tool that parses our documentation from there. I don't want to polute .h files because they're like a blueprint of the class and it's nicer to keep an overview without code and lots of comments in there.