]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Event.hh
the massive refactoring effort
[chaz/yoink] / src / Moof / Event.hh
diff --git a/src/Moof/Event.hh b/src/Moof/Event.hh
deleted file mode 100644 (file)
index 53b86f8..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-
-/*]  Copyright (c) 2009-2010, Charles McGarvey  [**************************
-**]  All rights reserved.
-*
-* vi:ts=4 sw=4 tw=75
-*
-* Distributable under the terms and conditions of the 2-clause BSD license;
-* see the file COPYING for a complete text of the license.
-*
-**************************************************************************/
-
-#ifndef _MOOF_EVENT_HH_
-#define _MOOF_EVENT_HH_
-       
-#include <SDL/SDL.h>
-
-
-namespace Mf {
-
-
-// The event handling in SDL is so big that it would take more time than
-// it's worth to add an object-oriented abstraction layer that would
-// completely cover what SDL has already layed down.  Fortunately, SDL
-// event structures are easy to work with, and it is not the purpose of
-// this library to completely hide its dependencies and provide complete
-// abstractions.
-
-typedef SDL_Event Event;
-
-
-} // namespace Mf
-
-#endif // _MOOF_EVENT_HH_
-
This page took 0.022343 seconds and 4 git commands to generate.