fallout2-ce/src/trap.h

11 lines
116 B
C
Raw Normal View History

2022-05-19 01:51:26 -07:00
#ifndef TRAP_H
#define TRAP_H
2022-09-23 05:43:44 -07:00
namespace fallout {
2022-05-19 01:51:26 -07:00
void _trap_init();
2022-09-23 05:43:44 -07:00
} // namespace fallout
2022-05-19 01:51:26 -07:00
#endif /* TRAP_H */