#ifndef FALLOUT_MAPPER_MP_TARGT_H_
#define FALLOUT_MAPPER_MP_TARGT_H_

namespace fallout {

void target_override_protection();
int target_init();

} // namespace fallout

#endif /* FALLOUT_MAPPER_MP_TARGT_H_ */