home *** CD-ROM | disk | FTP | other *** search
- #ifndef P_ASM_H
- #define P_ASM_H
-
- #include "p_local.h"
-
- BYTE get_kkey(void);
- int piclen(char* name, int flag);
- int show_pic(int x, int y, int no, char* name);
- void far *getfontptr(void);
- void init320400(void);
- void stick (int *x, int *y);
- void set_color(int farbe,int r,int g,int b);
- void setpix( int x, int y, unsigned char farbe);
- void setpage(BYTE page);
- void showpage(BYTE page);
- void copybuf2plane(BYTE *bufptr, BYTE page, int nachx, int nachy, BYTE breite, BYTE hoehe, BOOL bg, BYTE hinter);
- void copyplane2buf(BYTE *bufptr, BYTE page, int vonx, int vony, BYTE breite, BYTE hoehe);
- void cpbuf2scr(BYTE *bufptr, BYTE page,int nachx, int nachy, int breite, int hoehe);
- void cpscr2buf(BYTE *bufptr, BYTE page,int vonx, int vony, int breite, int hoehe);
- void cpbuf2back(BYTE *backptr, BYTE *bufptr, int x, int y, BYTE breite, BYTE hoehe);
- void cpback2scr(BYTE seite, BYTE *backptr, int x, int y, BYTE breite, BYTE hoehe);
- void sync_display(void);
-
- #endif
-