Files
fallout2-ce/src/trap.h
Alexander Batalov 55661742a2 Initial commit
2022-05-19 11:51:26 +03:00

7 lines
71 B
C

#ifndef TRAP_H
#define TRAP_H
void _trap_init();
#endif /* TRAP_H */