mirror of
https://github.com/zoriya/Bomberman.git
synced 2026-06-05 10:59:48 +00:00
fixing compil
This commit is contained in:
@@ -28,6 +28,11 @@ namespace BBM
|
||||
|
||||
//! @brief find the frequency of a substring in a string
|
||||
static int findFrequency(const std::string &s, const std::string &pattern);
|
||||
|
||||
|
||||
static bool tryParseInteger(const std::string &s, int &i);
|
||||
static bool tryParseFloat(const std::string &s, float &f);
|
||||
static std::vector<std::string> splitStr(const std::string &str, char delim);
|
||||
};
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user