mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 01:54:50 -05:00
13 lines
197 B
C
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
|