scummvm/engines/hdb/detection_enums.h

9 lines
95 B
C++

namespace HDB {
enum HDBGameFeatures {
GF_HANDANGO = (1 << 0)
};
} // End of namespace HDB