diff --git a/Utils.h b/Utils.h index a2d22e01..c94402f2 100644 --- a/Utils.h +++ b/Utils.h @@ -189,6 +189,7 @@ class CException { public: typedef enum { EX_Shutdown, + EX_BadModVersion, } EType; CException(EType e) {