GLSL 'include' support

This commit is contained in:
MihailRis
2023-11-28 16:13:49 +03:00
parent e6ecd558a9
commit a60cc70246
20 changed files with 238 additions and 35 deletions
+4
View File
@@ -15,6 +15,10 @@ namespace util {
extern bool is_integer(std::string text);
extern bool is_integer(std::wstring text);
extern bool is_valid_filename(std::wstring name);
extern void ltrim(std::string &s);
extern void rtrim(std::string &s);
extern void trim(std::string &s);
}
#endif // UTIL_STRINGUTIL_H_