(svn r14313) -Codechange: Move functions dealing with the EngineRenew pool to their own file.

This commit is contained in:
frosch
2008-09-13 15:49:29 +00:00
parent 0251a9c529
commit 856157b6da
9 changed files with 184 additions and 144 deletions

View File

@@ -8,6 +8,8 @@
#include "oldpool.h"
#include "autoreplace_type.h"
typedef uint16 EngineRenewID;
/**
* Memory pool for engine renew elements. DO NOT USE outside of engine.c. Is
* placed here so the only exception to this rule, the saveload code, can use