summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPixel <pixel@nobis-crew.org>2009-11-24 17:18:59 -0800
committerPixel <pixel@nobis-crew.org>2009-11-24 17:18:59 -0800
commit99e08d03cf75a35c40e7f5ccb2d616865c3153a0 (patch)
tree09c19851c6425031fe91587c7c27185a178fb731
parentd75b14d32877429ef8f2058f18a00f1e00d626ac (diff)
Forgot basic LockSmith.cc file.
-rw-r--r--lib/LockSmith.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/LockSmith.cc b/lib/LockSmith.cc
new file mode 100644
index 0000000..0858fd0
--- /dev/null
+++ b/lib/LockSmith.cc
@@ -0,0 +1,5 @@
+#include <LockSmith.h>
+
+LockSmith DefaultLockSmith;
+
+LockSmith * LockSmith::GlobalLockSmith = 0;