Force linking of .obj files not directly referenced
This commit is contained in:
parent
a466fbd35a
commit
c7e1eb5f78
10 changed files with 40 additions and 0 deletions
|
|
@ -30,6 +30,8 @@
|
|||
#include "g_levellocals.h"
|
||||
#include "vm.h"
|
||||
|
||||
void LinkVMIterators() { }
|
||||
|
||||
//==========================================================================
|
||||
//
|
||||
// scriptable thinker iterator
|
||||
|
|
|
|||
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue