re-added missing wince #include; got deleted suring the simon -> agos transition

svn-id: r25515
This commit is contained in:
Kostas Nakos 2007-02-12 09:05:52 +00:00
parent 775bed1069
commit c1a735dee5

View File

@ -27,6 +27,10 @@
#include "agos/agos.h"
#ifdef _WIN32_WCE
extern bool isSmartphone(void);
#endif
namespace AGOS {
void AGOSEngine::setupSimon1Opcodes(OpcodeProc *op) {