This commit is contained in:
2025-11-11 21:49:23 -05:00
parent 22242dc532
commit f764bc6759
9 changed files with 140 additions and 47 deletions

10
globals.c Normal file
View File

@@ -0,0 +1,10 @@
/* globals.c
*
* Global implementation
*
* written by vx-clutch
*/
#include "globals.h"
int I = 0;