Added common and test directories

This commit is contained in:
Kayne Ruse
2013-06-09 17:06:32 +10:00
parent 78326a3bbd
commit 0a48131de4
10 changed files with 193 additions and 2 deletions
+5
View File
@@ -0,0 +1,5 @@
#include "service_locator.hpp"
int FooBar() {
return *ServiceLocator<int>::Get();
}