Compile in overlay if HAVE_OVERLAY in griffin.

This commit is contained in:
Themaister 2012-12-23 18:39:34 +01:00
parent 35bf5c82c1
commit 7c60aaf48f

View File

@ -230,7 +230,10 @@ FONTS
INPUT
============================================================ */
#include "../../input/input_common.c"
#ifdef HAVE_OVERLAY
#include "../../input/overlay.c"
#endif
#if defined(__CELLOS_LV2__)
#include "../../ps3/ps3_input.c"