]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/typdefst.h
gvar.video.page[1].pattern_ofs removed because it is just (0x10000UL - (uint16_t...
[16.git] / src / lib / typdefst.h
index 7dbe38a1aa26426f561699dfbc43d5b46ca67ee0..07f097361d00e616819807f3e7fde56d39911ed5 100755 (executable)
@@ -42,7 +42,7 @@
  * typedefs of the game variables!\r
  */\r
 typedef struct {\r
-       byte huge *data;\r
+       byte *data;\r
        word width;\r
        word height;\r
        byte *palette;\r
@@ -87,6 +87,18 @@ typedef struct {
        word pi;                                /* incremention page by this much to preserve location */\r
 } page_t;\r
 \r
+typedef struct\r
+{\r
+       //sprite ....\r
+       boolean wwww;\r
+} spri_t;\r
+\r
+typedef struct\r
+{\r
+       //vrs with sprite ....\r
+       spri_t *spri;\r
+} vrs_t;\r
+\r
 typedef struct\r
 {\r
 //     int showmemhandle;\r
@@ -118,7 +130,7 @@ typedef struct
        boolean __near p;                       //render page number\r
        boolean __near r;                       //page flip if true\r
        word pr[MAXPAGE][4];    //render sections of pages\r
-       word startclk; float clk, tickclk;      //timer\r
+       //0000word startclk; float clk, tickclk;        //timer\r
 } video_t;\r
 \r
 typedef struct\r