Allow full circle rotation with 2degs step for plantlike drawtype.
[oweals/minetest.git] / src / exceptions.h
index 970c68e4027450149d476b829e754dea8dedd01f..6d6ad333a442bcb5690fbce59e1edf2a9bb25ec2 100644 (file)
@@ -116,6 +116,11 @@ public:
        FatalSystemException(const std::string &s): BaseException(s) {}
 };
 
+class ClientStateError : public BaseException {
+public:
+       ClientStateError(std::string s): BaseException(s) {}
+};
+
 /*
        Some "old-style" interrupts:
 */