2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-14 02:27:40 -04:00

Fix external release builds.

Due to a complicated set of circumstances, this was the problem that
caused console key input eating on Gehn. Always remember kids, ifdef
include hackery is teh ebils.
This commit is contained in:
2013-12-29 17:40:59 -05:00
parent 19da80f31b
commit b8d0b9ab8b

View File

@ -52,6 +52,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include "plFileSystem.h" #include "plFileSystem.h"
#include "plgDispatch.h" #include "plgDispatch.h"
#include "plPipeline.h" #include "plPipeline.h"
#include "plProduct.h"
#include "hsTimer.h" #include "hsTimer.h"
#include "plGImage/plPNG.h" #include "plGImage/plPNG.h"