Loading...
Searching...
No Matches
ServiceLocator.cpp
Go to the documentation of this file.
1//
2// Created by denzel on 18/09/2025.
3//
4#include "hellfire/utilities/ServiceLocator.h"
5
6namespace hellfire {
7 std::unordered_map<std::type_index, void*> ServiceLocator::services_;
8
9}
static std::unordered_map< std::type_index, void * > services_