Doxybook2 Example
Utils.hpp
Go to the documentation of this file.
1 #pragma once
2 
10 #include "Path.hpp"
11 #include "ArrayView.hpp"
12 #include "Config.hpp"
13 #include "Log.hpp"
14 
15 namespace Engine {
16  namespace Utils {
20  inline void name_with_underscores(const std::string& arg) {
21  (void)arg;
22  }
23  }
24 }
ArrayView.hpp
Config.hpp
Path.hpp
Engine::Utils::name_with_underscores
void name_with_underscores(const std::string &arg)
Definition: Utils.hpp:20
Log.hpp
Engine
This namespace contains all of the necessary engine components.
Definition: Asset.hpp:5