Files
rem-essentials-pub/third_party/flsharp/include/pilot_names.h
T

18 lines
211 B
C

#define WIN32_LEAN_AND_MEAN
#include <windows.h>
struct StrBuffer
{
LPWSTR str;
size_t capacity;
};
enum NameType : DWORD
{
FactionAndDesignation = 0,
PilotName = 1,
Unk = 2
};
void InitPilotNamesFix();