ENGINES: ALL: Move detection_enums -> detection.h

- Cleans up headers quite a bit.
This commit is contained in:
aryanrawlani28 2020-08-26 16:41:04 +05:30 committed by Eugene Sandulenko
parent ba5368542f
commit a56dc094b9
169 changed files with 801 additions and 1893 deletions

View file

@ -24,7 +24,7 @@
#include "engines/advancedDetector.h"
#include "gob/dataio.h"
#include "gob/detection/detection_enums.h"
#include "gob/detection/detection.h"
#include "gob/detection/tables.h"
class GobMetaEngine : public AdvancedMetaEngine {