#ifndef Z_BG_JYA_BLOCK_H #define Z_BG_JYA_BLOCK_H #include "ultra64.h" #include "global.h" struct BgJyaBlock; typedef struct BgJyaBlock { /* 0x0000 */ DynaPolyActor dyna; } BgJyaBlock; // size = 0x0164 #endif