mirror of
https://github.com/Ed94/pikuma_ps1.git
synced 2026-08-05 15:18:49 +00:00
23 lines
681 B
C
23 lines
681 B
C
// Auto-generated by tape_atom_offset_gen.meta.lua — DO NOT EDIT
|
|
// Source: C:\projects\Pikuma\ps1\code\gte_hello\hello_gte_tape.c
|
|
#pragma once
|
|
|
|
#pragma region hello_gte_tape
|
|
|
|
// Dispatch macro: token-pastes <tag>_<target> to the enum name
|
|
#undef atom_offset
|
|
#define atom_offset(tag, name) atom_offset_##tag##_##name
|
|
|
|
// --- atom: floor_tri (32 words) ---
|
|
|
|
#define _atom_offset_culling_floor_tri_exit 17
|
|
#define _atom_offset_bounds_chk_floor_tri_exit 3
|
|
|
|
enum {
|
|
atom_offset_culling_floor_tri_exit = _atom_offset_culling_floor_tri_exit,
|
|
atom_offset_bounds_chk_floor_tri_exit = _atom_offset_bounds_chk_floor_tri_exit,
|
|
};
|
|
|
|
#pragma endregion hello_gte_tape
|
|
|