the only day i will ever use gitea in the browser

This commit is contained in:
Brett
2025-09-07 23:15:26 -04:00
parent 04bce0a7a2
commit ba8acc79f3

View File

@@ -1,6 +1,6 @@
// This program simply loads a QOI file into Allegro
// as a texture and then dumps the texture data as a PNG.
// Take notice of lines 12 and 13. You only need to initialize
// Take notice of lines 20 and 21. You only need to initialize
// the QOI plugin (this registers the function hooks that Allegro
// will use whenever you want to I/O on a filename ending in .qoi)
//