1 #ifndef PLAYERINAREADETECTOR_H
2 #define PLAYERINAREADETECTOR_H
4 #include "lvl_base_detector.h"
5 #include <common_features/rectf.h>
21 void processDetector();
23 bool detected(
long type,
long ID);
27 QHash<int, int > detectedPLR;
28 QHash<int, int > detectedBLK;
29 QHash<int, int > detectedBGO;
30 QHash<int, int > detectedNPC;
37 #endif // PLAYERINAREADETECTOR_H
Definition: lvl_dtc_inarea.h:8
Definition: lvl_base_detector.h:23