mirror of
https://github.com/simtactics/mysimulation.git
synced 2025-07-12 09:12:25 -04:00
iff2html working
This commit is contained in:
parent
deaf3327e0
commit
4cd716e94d
89 changed files with 7711 additions and 3 deletions
16
library/tools/FARDive/FARDive.hpp
Normal file
16
library/tools/FARDive/FARDive.hpp
Normal file
|
@ -0,0 +1,16 @@
|
|||
#include "version.hpp"
|
||||
|
||||
namespace Archive {
|
||||
extern wchar_t Path[1024], Filename[1024];
|
||||
|
||||
extern bool IsOpen;
|
||||
extern bool IsModified;
|
||||
|
||||
bool Add(const wchar_t * Path);
|
||||
bool Close();
|
||||
bool Open();
|
||||
bool PopulateEntries();
|
||||
bool Save();
|
||||
bool SaveAs();
|
||||
bool SetWorkspace();
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue