Finished: Pikuma Linking multiple files (not applying to codebase only watched)

This commit is contained in:
ed
2026-08-04 16:49:02 -04:00
parent 7289e7c89c
commit 888ffce859
6 changed files with 20 additions and 74 deletions
+4 -4
View File
@@ -111,13 +111,13 @@ enum {
MemTape_Len = 512,
};
typedef Struct_(SMemory) {
U4 MemTape[MemTape_Len];
DoubleBuffer screen_buf;
A2_OrderingTable_Buffer ordering_tbl;
PrimitiveArena primitives;
A2_OrderingTable_Buffer ordering_tbl;
DoubleBuffer screen_buf;
S4 active_buf_id;
U4 MemTape[MemTape_Len];
M3_S2 tform_world;
Ent_Cube cube;