diff options
author | Juan J. Martinez <jjm@usebox.net> | 2021-05-03 08:21:10 +0100 |
---|---|---|
committer | Juan J. Martinez <jjm@usebox.net> | 2021-05-03 10:00:00 +0100 |
commit | c3b0fa04a663fe233765b83d3be41a42aa08c25d (patch) | |
tree | 0befda349001ef6ce306b39378f9c70ad917363e /tools/iDSK/src/Main.h | |
download | return-of-traxtor-cpc-c3b0fa04a663fe233765b83d3be41a42aa08c25d.tar.gz return-of-traxtor-cpc-c3b0fa04a663fe233765b83d3be41a42aa08c25d.zip |
Diffstat (limited to 'tools/iDSK/src/Main.h')
-rw-r--r-- | tools/iDSK/src/Main.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/tools/iDSK/src/Main.h b/tools/iDSK/src/Main.h new file mode 100644 index 0000000..d6d25b6 --- /dev/null +++ b/tools/iDSK/src/Main.h @@ -0,0 +1,19 @@ +#ifndef __MAIN_CPP__ +#define __MAIN_CPP__ +#define VERSION "iDSK version 0.16" +#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 |