Meta generated data working

This commit is contained in:
Krzosa Karol
2022-09-29 19:17:53 +02:00
parent 3601e83032
commit e46d936c38
6 changed files with 108 additions and 98 deletions

View File

@@ -3,7 +3,7 @@ import sys
import os
files = ["core_compiler.cpp", "core_compiler.h"]
files = ["core_compiler.cpp", "core_compiler.h", "core_globals.cpp"]
for file_to_modify in files:
fd = open(file_to_modify, "r+")