Fix joystick-related desync
[jpcrr.git] / streamtools / misc.hpp
blob69e669e1acd37dff9f47b038e61ef1ebbac2214c
1 #ifndef _misc__hpp__included__
2 #define _misc__hpp__included__
4 #include <string>
6 bool isstringprefix(const std::string& full, const std::string& prefix);
7 std::string settingvalue(const std::string& setting);
9 #endif