git-svn-id: http://supertux.lethargik.org/svn/supertux/trunk/supertux@6073
837edb03-e0f3-0310-88ca-
d4d4e8b29345
# include "foobar.hpp"
#endif
+* use #include <> for libraries in external/
+
* include guards are of the form:
#ifndef HEADER_SUPERTUX_{PATH}_{FILE}_HPP
* move bugtracker to http://code.google.com (much simpler, less useless)
-* convert worldmap from const lisp::Lisp* lisp to "const Reader&"
-
* having dictionary_manager in Lisp is extremely ugly
* enforce proper naming of files to match their class
* split particlesystem_interactive
-* centralize menus
-
* Renderer::apply_config() needs to handle fullscreen switching
+* collect all manager classe into globals.hpp
+
+* more moving directories around?
+
+addon/
+audio/
+control/
+gui/
+lisp/
+math/
+physfs/
+sprite/
+util/
+video/
+supertux/
+ worldmap/
+ trigger/
+ scripting/
+ badguy/
+ object/
+
+* implement PNG screenshot
+
# EOF #