Files
fluxengine/lib/utils.h

8 lines
117 B
C++

#ifndef UTILS_H
#define UTILS_H
extern bool endsWith(const std::string& value, const std::string& ending);
#endif