Continuing text data

This commit is contained in:
Starport75
2023-08-01 19:58:11 -05:00
parent d4aab283cc
commit c0e6003d7a
7 changed files with 192 additions and 21 deletions

8
include/script_array.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef SCRIPT_ARRAY_H
#define SCRIPT_ARRAY_H
#include "script_obj.h"
extern script_obj script[6];
#endif