Update columns.c
This commit is contained in:
@@ -9,6 +9,10 @@
|
|||||||
|
|
||||||
int main (void) {
|
int main (void) {
|
||||||
|
|
||||||
|
if (sodium_init() < 0) { // initialise sodium
|
||||||
|
printf("error\n"); // -1 = failure
|
||||||
|
}
|
||||||
|
|
||||||
initSDL ();
|
initSDL ();
|
||||||
init_gfx();
|
init_gfx();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user