X-Git-Url: http://git.localhorst.tv/?a=blobdiff_plain;f=src%2Fmenu%2FResources.h;h=9ea26e665000270d0b024e7ef5eaa550cd9b07b3;hb=d71217e2be1466726581146000a0f61620423e9b;hp=62b825ded0cf94b39d7bf2b6597035bfb86d65d1;hpb=37f46a0eb5ddbf9e3de672cf6da97605e41bd1f4;p=l2e.git diff --git a/src/menu/Resources.h b/src/menu/Resources.h index 62b825d..9ea26e6 100644 --- a/src/menu/Resources.h +++ b/src/menu/Resources.h @@ -1,10 +1,3 @@ -/* - * Resources.h - * - * Created on: Oct 21, 2012 - * Author: holy - */ - #ifndef MENU_RESOURCES_H_ #define MENU_RESOURCES_H_ @@ -14,15 +7,14 @@ namespace menu { struct Resources { + static const int TYPE_ID = 701; + graphics::Texture *menubg; graphics::Font *normalFont; graphics::Font *inactiveFont; graphics::Font *statusFont; - graphics::Sprite *menuCursor; - graphics::Sprite *menuActiveCursor; - graphics::Sprite *statusLabels; graphics::Frame *statusFrame; @@ -98,6 +90,9 @@ struct Resources { Resources(); + static void CreateTypeDescription(); + static void Construct(void *); + }; }