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

@ -39,6 +39,8 @@
#include "types.h"
#include "v_draw.h"
void LinkDynArrays() { }
// We need one specific type for each of the 8 integral VM types and instantiate the needed functions for each of them.
// Dynamic arrays cannot hold structs because for every type there'd need to be an internal implementation which is impossible.

View file

@ -6,6 +6,7 @@
#include "v_draw.h"
#include "maps.h"
void LinkMaps() { }
//==========================================================================
//