]> Dogcows Code - chaz/yoink/blobdiff - src/Moof/Event.hh
extreme refactoring
[chaz/yoink] / src / Moof / Event.hh
similarity index 93%
rename from src/event.hh
rename to src/Moof/Event.hh
index 8ca219a925917109e6c09bd50135e373a7c142cd..51d745412b3c35f7dea6dd7dc67b92e10e3a8710 100644 (file)
 
 *******************************************************************************/
 
-#ifndef _EVENT_HH_
-#define _EVENT_HH_
+#ifndef _MOOF_EVENT_HH_
+#define _MOOF_EVENT_HH_
        
 #include <SDL/SDL.h>
 
 
-namespace dc {
+namespace Mf {
 
 
 // The event handling in SDL is so big that it would take more time than it's
@@ -41,12 +41,12 @@ namespace dc {
 // to work with, and it is not the purpose of this library to completely hide
 // its dependencies and provide full functionality.
 
-typedef SDL_Event event;
+typedef SDL_Event Event;
 
 
-} // namespace dc
+} // namespace Mf
 
-#endif // _EVENT_HH_
+#endif // _MOOF_EVENT_HH_
 
 /** vim: set ts=4 sw=4 tw=80: *************************************************/
 
This page took 0.027279 seconds and 4 git commands to generate.