]> git.tdb.fi Git - libs/gl.git/commit
Add a resource collection class
authorMikko Rasa <tdb@tdb.fi>
Sun, 20 Apr 2014 09:44:05 +0000 (12:44 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sun, 20 Apr 2014 09:44:05 +0000 (12:44 +0300)
commitb30209f7d9c984ee03df779446fa4ad5f9334865
tree0a7fd4c6bdf511b7b55ac251f040de2b6150e9ec
parent357acfb941a8b5b4a6fb36e2134707d46e028d88
Add a resource collection class

It's annoying to have to implement the same collection everywhere,
especially loading textures from image files.
source/resources.cpp [new file with mode: 0644]
source/resources.h [new file with mode: 0644]