src/Utils/Utils.hpp File Reference
| Name | 
|---|
| Engine This namespace contains all of the necessary engine components. | 
| Engine::Utils | 
#pragma once
#include "Path.hpp"
#include "ArrayView.hpp"
#include "Config.hpp"
#include "Log.hpp"
namespace Engine {
    namespace Utils {
        inline void name_with_underscores(const std::string& arg) {
            (void)arg;
        }
    }
}
Updated on 2022-10-19 at 22:22:02 +0000