1
0
mirror of https://github.com/OpenTTD/OpenTTD synced 2026-01-22 03:42:41 +01:00

(svn r12599) -Codechange: force AllocateSafeRaw() to be linked to simplify compiler's decisions about inlining

This commit is contained in:
smatz
2008-04-06 23:49:45 +00:00
parent 1bd5a29df5
commit 6af1fb2bdd
16 changed files with 57 additions and 27 deletions

View File

@@ -22,6 +22,7 @@
#include "string_func.h"
#include "player_func.h"
#include "order_func.h"
#include "oldpool_func.h"
#include "table/strings.h"