Niotso  git revision 558726a9f13d7c3423a683dd2f4323589b66c310
The New Implementation of The Sims Online
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
FARDive.hpp
Go to the documentation of this file.
1 #include "version.hpp"
2 
3 namespace Archive {
4  extern wchar_t Path[1024], Filename[1024];
5 
6  extern bool IsOpen;
7  extern bool IsModified;
8 
9  bool Add(const wchar_t * Path);
10  bool Close();
11  bool Open();
12  bool PopulateEntries();
13  bool Save();
14  bool SaveAs();
15  bool SetWorkspace();
16 }