~swag/armagetronad/0.2.9-sty+ct+ap-fork

« back to all changes in this revision

Viewing changes to src/tools/tToDo.cpp

merge with mainline

Show diffs side-by-side

added added

removed removed

Lines of Context:
39
39
class tMockMutex
40
40
{
41
41
public:
42
 
    void acquire(){};
43
 
    void release(){};
 
42
    void acquire(){}
 
43
    void release(){}
44
44
};
45
45
 
46
46
static tMockMutex st_mutex;