[nostalgia] Cleanup file-to-cpp output
All checks were successful
Build / build (push) Successful in 1m15s

This commit is contained in:
Gary Talent 2025-04-12 16:50:09 -05:00
parent 2a3cd35cc4
commit 2751872c59
2 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
// Generated
#include <ox/std/array.hpp>
#include <ox/std/span.hpp>
namespace studio {

View File

@ -65,7 +65,7 @@ def proc_rsrc_file(rsrc_path: str):# Open and read the JSON file
push_ns = ''
pop_ns = ''
cpp = '// Generated\n\n#include <ox/std/array.hpp>\n'
cpp += '\n#include <ox/std/span.hpp>\n\n'
cpp += '#include <ox/std/span.hpp>\n\n'
hpp = '// Generated\n\n#include <ox/std/span.hpp>\n\n'
cpp += push_ns
hpp += push_ns