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