aboutsummaryrefslogtreecommitdiff
path: root/src/layer.h
AgeCommit message (Collapse)AuthorFilesLines
2012-10-03simplified mutex locking idiom by introducing Mutex class (wrapper around ↵Robin Haberkorn1-34/+4
SDL_mutex) * can be instantiated * can derive from class Mutex to inherit the lock()/unlock() methods also fixed LayerList destructor
2012-09-28autotools based build systemRobin Haberkorn1-0/+125