pmd-red/include/structs/str_traps.h
2024-11-10 22:51:33 -05:00

13 lines
197 B
C

#ifndef GUARD_STR_TRAPS_H
#define GUARD_STR_TRAPS_H
#include "constants/trap.h"
// size: 0x4
typedef struct Trap
{
/* 0x0 */ u8 id;
/* 0x1 */ u8 unk1;
} Trap;
#endif // GUARD_STR_TRAPS_H