summaryrefslogtreecommitdiff
path: root/indra/newview/llagentpilot.h
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2011-02-09 17:07:13 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2011-02-09 17:07:13 -0500
commit3ae3a4a6cb2b23e78493ae04f365188b95efcd64 (patch)
treef522a3e354dab60d760b5887b3b33588bcd724ad /indra/newview/llagentpilot.h
parent64e017fc6b19006c893b4766be05c18ddb3b5593 (diff)
SH-915 WIP - support pilot.xml with extended camera info
Diffstat (limited to 'indra/newview/llagentpilot.h')
-rwxr-xr-xindra/newview/llagentpilot.h8
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();