moved from dev to prod

This commit is contained in:
root
2022-11-14 10:05:42 +01:00
parent ac142715b0
commit 43d589aa9b
1364 changed files with 27705 additions and 6101 deletions

View File

@@ -1,54 +0,0 @@
/*
* MT_AES library
* initied by A. Kromke
* this version (for LDG) comes from GemLib pl36
* tabulation size : 4 characters
* New version (with LDG v1.2)
*/
#ifndef _MT_AES_H_
#define _MT_AES_H_
#ifndef MENU_T
#define MENU_T MENU
#endif
#ifndef XFSL_FILTER
typedef int cdecl (*XFSL_FILTER)(char *path, char *name, void /*XATTR*/ *xa);
#endif
#ifndef EVNT
typedef struct {
int mwhich;
int mx;
int my;
int mbutton;
int kstate;
int key;
int mclicks;
int reserved[9];
int mesg[16];
} EVNT;
#endif
int mt_appl_bvset ( int bvdisk, int bvhard, WORD *pb);
int mt_appl_control ( int ap_cid, int ap_cwhat, void *ap_cout, WORD *pb);
int mt_appl_exit ( WORD *pb);
int mt_appl_find ( const char *Name, WORD *pb);
int mt_appl_getinfo ( int type, int *out1, int *out2,int *out3, int *out4, WORD *pb);
int mt_appl_init ( WORD *pb);
int mt_appl_read ( int ApId, int Length, void *ApPbuff, WORD *pb);
int mt_appl_search ( int mode, char *fname, int *type, int *ap_id, WORD *pb);
int mt_appl_tplay ( void *Mem, int Num, int Scale, WORD *pb);
int mt_appl_trecord ( void *Mem, int Count, WORD *pb);
int mt_appl_write ( int ApId, int Length, void *ApPbuff, WORD *pb);
int mt_appl_yield ( WORD *pb);
int mt_evnt_button ( int Clicks, int WhichButton, int WhichState, int *Mx, int *My,
int *ButtonState, int *KeyState, WORD *pb);
int mt_evnt_dclick ( int ToSet, int SetGet, WORD *pb);
int mt_evnt_keybd ( WORD *pb);
int mt_evnt_mesag ( int MesagBuf[], WORD *pb);
int mt_evnt_mouse ( int EnterExit, int InX, int InY, int InW, int InH,
int *OutX, int *OutY, int *ButtonState, int *KeyState, WORD *pb);
#ifdef __OLD_WAY__