summaryrefslogtreecommitdiff
path: root/fluid/tools/fluid_filename.h
AgeCommit message (Collapse)Author
2025-03-08Fluid: last incremental change: restructuringMatthias Melcher
2025-03-07Making fl_filename_... public for std::string.Matthias Melcher
New functions append "_str" to the function name to avoid ambiguities when calling them. So 'char *fl_filename_name(const char *)' becomes 'std::string fl_filename_name_str(const std::string &)'
2025-03-07Restructuring Fluid source files.Matthias Melcher