#ifndef FALLOUT_MAPPER_MP_TARGT_H_ #define FALLOUT_MAPPER_MP_TARGT_H_ namespace fallout { void target_override_protection(); int target_init(); int target_exit(); } // namespace fallout #endif /* FALLOUT_MAPPER_MP_TARGT_H_ */