5 lines
85 B
C++
5 lines
85 B
C++
#include "service_locator.hpp"
|
|
|
|
int FooBar() {
|
|
return *ServiceLocator<int>::Get();
|
|
} |