comparison scn2k/scn2k_flags.h @ 63:4b9ffe15a87d

Refactor Load/LoadSys
author Thibaut GIRKA <thib@sitedethib.com>
date Sat, 06 Feb 2010 17:29:33 +0100
parents c7bcc0ec2267
children 4416cfac86ae
comparison
equal deleted inserted replaced
62:3b1593186f12 63:4b9ffe15a87d
61 void SetSys(int value); 61 void SetSys(int value);
62 void SetStr(VarInfo info, std::string val); 62 void SetStr(VarInfo info, std::string val);
63 63
64 bool Exec(class Cmd& cmd); 64 bool Exec(class Cmd& cmd);
65 65
66 void Load(const char* str);
67 void LoadSys(const char* str);
68 void Load(const char* str, bool sys);
69
66 void Save(std::string& str); 70 void Save(std::string& str);
67 void Load(const char* str);
68
69 void SaveSys(std::string& str); 71 void SaveSys(std::string& str);
70 void LoadSys(const char* str);
71 }; 72 };
72 73
73 #endif 74 #endif