diff options
author | Juan J. Martinez <jjm@usebox.net> | 2023-11-05 11:22:55 +0000 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2023-11-05 11:31:28 +0000 |
commit | 2fbdf974338bde8576efdae40a819a76b2391033 (patch) | |
tree | 64d41a37470143f142344f9a439d96de3e7918c2 /tools/iDSK/src/Main.h | |
download | kitsunes-curse-2fbdf974338bde8576efdae40a819a76b2391033.tar.gz kitsunes-curse-2fbdf974338bde8576efdae40a819a76b2391033.zip |
Initial import of the open source release
Diffstat (limited to 'tools/iDSK/src/Main.h')
-rw-r--r-- | tools/iDSK/src/Main.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/tools/iDSK/src/Main.h b/tools/iDSK/src/Main.h new file mode 100644 index 0000000..325eda1 --- /dev/null +++ b/tools/iDSK/src/Main.h @@ -0,0 +1,16 @@ +#ifndef __MAIN_CPP__ +#define __MAIN_CPP__ +#define VERSION "iDSK version 0.20" +#define PROGNAME "iDSK" +char Nom[256]; +char Msg[128]; +StDirEntry TabDir[64]; +int PosItem[64]; +int Langue; +bool IsDsk, IsDskValid, IsDskSaved; +int TypeModeImport, TypeModeExport; + +void help(void); +void DecomposeArg(char **argv, int argc); + +#endif |