20 lines
225 B
C++
20 lines
225 B
C++
![]() |
#include "mapper/mp_targt.h"
|
||
|
|
||
|
namespace fallout {
|
||
|
|
||
|
// 0x49B2F0
|
||
|
void target_override_protection()
|
||
|
{
|
||
|
// TODO: Incomplete.
|
||
|
}
|
||
|
|
||
|
// 0x49B424
|
||
|
int target_init()
|
||
|
{
|
||
|
// TODO: Incomplete.
|
||
|
|
||
|
return 0;
|
||
|
}
|
||
|
|
||
|
} // namespace fallout
|