From 123e8fdf53ffb40c7464d0559a49e048fed79d7d Mon Sep 17 00:00:00 2001 From: Perttu Ahola Date: Mon, 20 Dec 2010 22:03:49 +0200 Subject: framework for modifying textures --- src/exceptions.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/exceptions.h') diff --git a/src/exceptions.h b/src/exceptions.h index 95b9eea97..40a0db4aa 100644 --- a/src/exceptions.h +++ b/src/exceptions.h @@ -132,6 +132,14 @@ public: {} }; +class ItemNotFoundException : public BaseException +{ +public: + ItemNotFoundException(const char *s): + BaseException(s) + {} +}; + /* Some "old-style" interrupts: */ -- cgit v1.2.3