Changeset 26 for trunk/Classes/game_preferences.hpp
- Timestamp:
- 2010-05-28 07:39:52 (2 years ago)
- File:
-
- 1 edited
-
trunk/Classes/game_preferences.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Classes/game_preferences.hpp
r24 r26 94 94 void set_password(const std::string& password); 95 95 96 std::string sync_login_str(); 97 void set_sync_login(const std::string& username); 98 99 std::string sync_password(); 100 void set_sync_password(const std::string& password); 101 96 102 bool remember_password(); 97 103 void set_remember_password(bool remember);
Note: See TracChangeset
for help on using the changeset viewer.