diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-02-09 17:07:13 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-02-09 17:07:13 -0500 |
commit | 3ae3a4a6cb2b23e78493ae04f365188b95efcd64 (patch) | |
tree | f522a3e354dab60d760b5887b3b33588bcd724ad /indra/newview/llagentpilot.h | |
parent | 64e017fc6b19006c893b4766be05c18ddb3b5593 (diff) |
SH-915 WIP - support pilot.xml with extended camera info
Diffstat (limited to 'indra/newview/llagentpilot.h')
-rwxr-xr-x | indra/newview/llagentpilot.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/indra/newview/llagentpilot.h b/indra/newview/llagentpilot.h index fd2cb7ee32..5e045fa695 100755 --- a/indra/newview/llagentpilot.h +++ b/indra/newview/llagentpilot.h @@ -46,8 +46,12 @@ public: LLAgentPilot(); virtual ~LLAgentPilot(); - void load(const std::string& filename); - void save(const std::string& filename); + void load(); + void loadTxt(const std::string& filename); + void loadXML(const std::string& filename); + void save(); + void saveTxt(const std::string& filename); + void saveXML(const std::string& filename); void startRecord(); void stopRecord(); |