Clean up Variable

FossilOrigin-Name: 0ee94739cea768327664b83a23470a366e90ac45fd6c51537b5188268aa8e97c
This commit is contained in:
Jonathan Schleifer 2025-03-25 23:38:08 +00:00
parent f76b9643ec
commit fb8a872695
20 changed files with 145 additions and 125 deletions

View file

@ -4,6 +4,7 @@
#include "cube.h"
#import "Command.h"
#import "Variable.h"
static struct vertex *verts = NULL;
int curvert;