#include "GLTB/mutex.h" namespace gltb { RefPtr Mutex::createMutex() { return new Mutex(); } }