mirror of
https://github.com/libretro/bsnes-libretro-cplusplus98.git
synced 2025-04-11 22:56:44 +00:00
Slight fixup.
This commit is contained in:
parent
36bb92a5a5
commit
f14c9c1107
@ -25,14 +25,6 @@ namespace nall {
|
||||
inline string& append(unsigned int value);
|
||||
inline string& append(double value);
|
||||
|
||||
/*
|
||||
inline bool equals(const char*) const;
|
||||
inline bool iequals(const char*) const;
|
||||
|
||||
inline bool wildcard(const char*) const;
|
||||
inline bool iwildcard(const char*) const;
|
||||
*/
|
||||
|
||||
inline bool beginswith(const char*) const;
|
||||
|
||||
template<typename T> inline string& operator= (const T& value);
|
||||
|
Loading…
x
Reference in New Issue
Block a user