Added common and test directories
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include "service_locator.hpp"
|
||||
|
||||
int FooBar() {
|
||||
return *ServiceLocator<int>::Get();
|
||||
}
|
||||
Reference in New Issue
Block a user