]> git.localhorst.tv Git - l2e.git/blobdiff - src/menu/Resources.h
removed useless comments
[l2e.git] / src / menu / Resources.h
index 1790a2777c8ee0f371327081c0be0e7ba0918a83..27e8e6fcd95dba3a19993a09be409f4c6d297fea 100644 (file)
@@ -1,7 +1,14 @@
 #ifndef MENU_RESOURCES_H_
 #define MENU_RESOURCES_H_
 
-#include "../graphics/fwd.h"
+namespace graphics {
+       class CharSelect;
+       class Font;
+       class Frame;
+       struct MenuProperties;
+       class Sprite;
+       class Texture;
+}
 
 namespace menu {
 
@@ -137,4 +144,4 @@ struct Resources {
 
 }
 
-#endif /* MENU_RESOURCES_H_ */
+#endif