[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:
parent
2a3cd35cc4
commit
2751872c59
@ -1,7 +1,6 @@
|
|||||||
// Generated
|
// Generated
|
||||||
|
|
||||||
#include <ox/std/array.hpp>
|
#include <ox/std/array.hpp>
|
||||||
|
|
||||||
#include <ox/std/span.hpp>
|
#include <ox/std/span.hpp>
|
||||||
|
|
||||||
namespace studio {
|
namespace studio {
|
||||||
|
@ -65,7 +65,7 @@ def proc_rsrc_file(rsrc_path: str):# Open and read the JSON file
|
|||||||
push_ns = ''
|
push_ns = ''
|
||||||
pop_ns = ''
|
pop_ns = ''
|
||||||
cpp = '// Generated\n\n#include <ox/std/array.hpp>\n'
|
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'
|
hpp = '// Generated\n\n#include <ox/std/span.hpp>\n\n'
|
||||||
cpp += push_ns
|
cpp += push_ns
|
||||||
hpp += push_ns
|
hpp += push_ns
|
||||||
|
Loading…
x
Reference in New Issue
Block a user