]> git.localhorst.tv Git - l2e.git/blobdiff - src/battle/Resources.h
added rough implementation of a Menu
[l2e.git] / src / battle / Resources.h
index 7c37bcaf1cbd14966aee66ceb7ba063f16fd7f78..8d1144f6b30bdc60efd5437f5981fd1e08585bd8 100644 (file)
@@ -34,6 +34,8 @@ struct Resources {
 
        graphics::Frame *selectFrame;
 
+       graphics::Font *normalFont;
+
 
        Resources()
        : moveIcons(0)
@@ -50,6 +52,8 @@ struct Resources {
        , ikariGauge(0)
 
        , selectFrame(0)
+
+       , normalFont(0)
        { }
 
 };