diff options
author | Pixel <pixel@nobis-crew.org> | 2009-11-24 17:18:59 -0800 |
---|---|---|
committer | Pixel <pixel@nobis-crew.org> | 2009-11-24 17:18:59 -0800 |
commit | 99e08d03cf75a35c40e7f5ccb2d616865c3153a0 (patch) | |
tree | 09c19851c6425031fe91587c7c27185a178fb731 /lib | |
parent | d75b14d32877429ef8f2058f18a00f1e00d626ac (diff) |
Forgot basic LockSmith.cc file.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/LockSmith.cc | 5 |
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; |