summaryrefslogtreecommitdiff
path: root/mm/2s2h/Rando/MiscBehavior/Traps.h
blob: a842c2462187f14856fe0eca7035a6243f05ca3f (plain)
1
2
3
4
5
6
7
8
9
10
#ifndef RANDO_TRAP_H
#define RANDO_TRAP_H

#include "Rando/Rando.h"
typedef enum { TRAP_FREEZE, TRAP_BLAST, TRAP_SHOCK, TRAP_JINX, TRAP_WALLET, TRAP_ENEMY, TRAP_TIME, TRAP_MAX } TrapTypes;

extern int RollTrapType();
extern std::string GetTrapMessage();

#endif