mirror of
https://github.com/pret/pmd-red.git
synced 2026-03-22 18:14:38 -05:00
13 lines
186 B
C
13 lines
186 B
C
#ifndef GUARD_STR_TRAPS_H
|
|
#define GUARD_STR_TRAPS_H
|
|
|
|
#include "constants/trap.h"
|
|
|
|
typedef struct Trap
|
|
{
|
|
/* 0x0 */ u8 id;
|
|
/* 0x1 */ u8 unk1;
|
|
} Trap;
|
|
|
|
#endif // GUARD_STR_TRAPS_H
|