aboutsummaryrefslogtreecommitdiff
path: root/engines/lab/resource.h
AgeCommit message (Collapse)Author
2015-12-23LAB: Move getText to the Resource classFilippos Karapetis
Also, make getFont() error out when it can't find a font, and get rid of BigMsgFont
2015-12-23LAB: Move the global variable g_resource to the main engine classStrangerke
2015-12-23LAB: Simplify getViewData, get rid of ViewDataPtr and ActionPtrFilippos Karapetis
2015-12-23LAB: Change the scene rule list to use a Common::ListFilippos Karapetis
2015-12-23LAB: Simplify readInitialConditions()Filippos Karapetis
2015-12-15LAB: Move static text loading to the Resource classFilippos Karapetis
2015-12-15LAB: Initial implementation of the Resource classFilippos Karapetis
This will eventually replace all the other resource loading routines