Geat
Geat
I want the sprites to be 4-pixel aligned, so that when it undergoes S3 compression there aren't any blocks of pixels that contain parts of two different sprites, and I...
I honestly can't remember how to suggest adding it with git's interface. This file defines data structures so that accessors can be interacted with as STL containers E.g: ` std::vector...
I would like a function that verifies that all naively using the document (only checking indices against -1) will not cause a buffer overrun; i tried writing this but i...