mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
re-added missing wince #include; got deleted suring the simon -> agos transition
svn-id: r25515
This commit is contained in:
parent
775bed1069
commit
c1a735dee5
@ -27,6 +27,10 @@
|
||||
|
||||
#include "agos/agos.h"
|
||||
|
||||
#ifdef _WIN32_WCE
|
||||
extern bool isSmartphone(void);
|
||||
#endif
|
||||
|
||||
namespace AGOS {
|
||||
|
||||
void AGOSEngine::setupSimon1Opcodes(OpcodeProc *op) {
|
||||
|
Loading…
Reference in New Issue
Block a user