Initial public release of rem-essentials
This commit is contained in:
+12
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
|
||||
struct MissionObjective
|
||||
{
|
||||
BYTE fmtStr[0x16]; // 0x0
|
||||
DWORD flags; // 0x18
|
||||
};
|
||||
|
||||
void InitWaypointNameFixes();
|
||||
Reference in New Issue
Block a user