mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-07-25 17:03:44 +00:00
somehwat of a success... but bloated.
This commit is contained in:
@@ -502,9 +502,9 @@ local function generate_header(source_path, atoms_data)
|
||||
add("")
|
||||
add("#pragma region " .. basename)
|
||||
add("")
|
||||
add("// Dispatch macro: token-pastes <tag>_<target> to the enum name")
|
||||
add("#undef atom_offset")
|
||||
add("#define atom_offset(tag, name) atom_offset_##tag##_##name")
|
||||
-- add("// Dispatch macro: token-pastes <tag>_<target> to the enum name")
|
||||
-- add("#undef atom_offset")
|
||||
-- add("#define atom_offset(tag, name) atom_offset_##tag##_##name")
|
||||
add("")
|
||||
for _, atom in ipairs(atoms_data) do
|
||||
if #atom.offsets > 0 then
|
||||
|
||||
Reference in New Issue
Block a user