Force linking of .obj files not directly referenced

This commit is contained in:
Magnus Norddahl 2025-01-05 09:09:00 +01:00
commit c7e1eb5f78
10 changed files with 40 additions and 0 deletions

View file

@ -30,6 +30,8 @@
#include "g_levellocals.h"
#include "vm.h"
void LinkVMIterators() { }
//==========================================================================
//
// scriptable thinker iterator

View file

@ -57,6 +57,8 @@
#include "gi.h"
#include "shadowinlines.h"
void LinkVMThunksActors() { }
DVector2 AM_GetPosition();
int Net_GetLatency(int *ld, int *ad);
void PrintPickupMessage(bool localview, const FString &str);