]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
added constructors for described types
[l2e.git] / src / battle / Resources.h
index 64fc8e798bde692e53b287641b2f6c79160ec2b1..9654fdc841d9c987569be411e17f0719cb0634bb 100644 (file)
@@ -9,6 +9,7 @@
 #define BATTLE_RESOURCES_H_
 
 #include "../graphics/Color.h"
+#include "../graphics/Menu.h"
 
 #include <SDL.h>
 
@@ -101,6 +102,7 @@ struct Resources {
        Resources();
 
        static void CreateTypeDescription();
+       static void Construct(void *);
 
 };