umbra/projs/shadow/shadow-engine/shadow-utility/inc/string-helpers.h
Curle a3e89b4e8f
Replace the renderer with a modern, module version. (#7)
* New Vulkan Renderer Module & Associated Fixups
2022-11-26 16:44:16 +00:00

6 lines
124 B
C++

#pragma once
#include <string>
#include <vector>
std::vector<std::string> explode(const std::string& s, const char& c);