14 lines
158 B
C++
14 lines
158 B
C++
#include "mapper/mp_text.h"
|
|
|
|
namespace fallout {
|
|
|
|
// 0x49DAC4
|
|
int proto_build_all_texts()
|
|
{
|
|
// TODO: Incomplete.
|
|
|
|
return 0;
|
|
}
|
|
|
|
} // namespace fallout
|