Update columns.c

This commit is contained in:
Jason Bou-Samra
2024-07-18 20:08:11 +10:00
committed by GitHub
parent f5df59bb0c
commit 54c2c47a4b
+4
View File
@@ -9,6 +9,10 @@
int main (void) {
if (sodium_init() < 0) { // initialise sodium
printf("error\n"); // -1 = failure
}
initSDL ();
init_gfx();