[studio] Add include guard to font resource file

This commit is contained in:
2026-05-26 22:32:42 -05:00
parent 8899fc106f
commit eb3364ce8e
2 changed files with 3 additions and 1 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ def proc_rsrc_file(rsrc_path: str):# Open and read the JSON file
pop_ns = ''
cpp = '// Generated\n\n#include <ox/std/array.hpp>\n'
cpp += '#include <ox/std/span.hpp>\n\n'
hpp = '// Generated\n\n#include <ox/std/span.hpp>\n\n'
hpp = '// Generated\n\n#pragma once\n\n#include <ox/std/span.hpp>\n\n'
cpp += push_ns
hpp += push_ns
all_files_func_decl = ''