X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Ftypdefst.h;h=07f097361d00e616819807f3e7fde56d39911ed5;hb=354f7f6075e4c911b66c34b33bab64e5ec407c3e;hp=cbbe471292229557a05e8e6570b5ee885501700e;hpb=51b40bfb7f114e300c6739f98292bc7c5fe6c2d9;p=16.git diff --git a/src/lib/typdefst.h b/src/lib/typdefst.h index cbbe4712..07f09736 100755 --- a/src/lib/typdefst.h +++ b/src/lib/typdefst.h @@ -82,12 +82,23 @@ typedef struct { sword tilemidposscreeny; /* middle tile position */ sword tileplayerposscreenx; /* player position on screen */ sword tileplayerposscreeny; /* player position on screen */ - uint16_t pattern_ofs; /* doslib vga patter offset www */ word stridew; /*width/4*/ word pagesize; /* page size */ word pi; /* incremention page by this much to preserve location */ } page_t; +typedef struct +{ + //sprite .... + boolean wwww; +} spri_t; + +typedef struct +{ + //vrs with sprite .... + spri_t *spri; +} vrs_t; + typedef struct { // int showmemhandle;