Add variables to common.h

This commit is contained in:
gamemasterplc 2023-11-23 12:53:00 -06:00
parent 905f5a7e73
commit 39286d7a62
4 changed files with 24 additions and 9 deletions

View file

@ -4,5 +4,6 @@
#include "types.h"
#include "common_structs.h"
#include "functions.h"
#include "variables.h"
#endif