aboutsummaryrefslogtreecommitdiff
path: root/src/FbTk/ResTraits.hh
AgeCommit message (Collapse)AuthorFilesLines
2011-06-15Simplify FbTk::Resource template classPavel Labath1-0/+208
by outsourcing the conversion from string/lua to the specific type (and back) to a separate class. This change touches a lot of files because the interface of FbTk::Resource changed slightly. However, the changes are minor.