[nostalgia] Cleanup file-to-cpp output
All checks were successful
Build / build (push) Successful in 1m15s
All checks were successful
Build / build (push) Successful in 1m15s
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user