mirror of
https://github.com/davidgiven/fluxengine.git
synced 2025-10-31 11:17:01 -07:00
8 lines
117 B
C++
8 lines
117 B
C++
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
|
|
extern bool endsWith(const std::string& value, const std::string& ending);
|
|
|
|
#endif
|
|
|