aboutsummaryrefslogtreecommitdiff
path: root/engines/agos/pn.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'engines/agos/pn.cpp')
-rw-r--r--engines/agos/pn.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/engines/agos/pn.cpp b/engines/agos/pn.cpp
index 66ff6c9c18..ee02b71c0f 100644
--- a/engines/agos/pn.cpp
+++ b/engines/agos/pn.cpp
@@ -23,6 +23,8 @@
*
*/
+#ifdef ENABLE_PN
+
#include "common/config-manager.h"
#include "agos/intern.h"
@@ -291,3 +293,5 @@ void AGOSEngine_PN::setqptrs() {
}
} // End of namespace AGOS
+
+#endif