force zengine to be linked as a whole

This commit is contained in:
Ricardo Luís Vaz Silva 2025-01-10 15:16:17 -03:00 committed by Rachael Alexanderson
commit 57f4fb1d37
11 changed files with 4 additions and 43 deletions

View file

@ -39,8 +39,6 @@
#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,7 +6,6 @@
#include "v_draw.h"
#include "maps.h"
void LinkMaps() { }
//==========================================================================
//