dpeter99
080f6177d2
Add SDL2 and glm prop files Add shadow file format files Add test project for shadow file format
5 lines
124 B
C++
5 lines
124 B
C++
export module shadow_utils;
|
|
|
|
import std.core;
|
|
|
|
export std::vector<std::string> explode(const std::string& s, const char& c); |