]> 4ch.mooo.com Git - 16.git/blobdiff - src/lib/scroll16.h
made major changes in code for the future of scroll ^^
[16.git] / src / lib / scroll16.h
index d3711b5e52cdb60ab566aabb47bdbd58b243cf60..67e094554719e54f60dff10c4139ed0ea1c5efb1 100755 (executable)
@@ -52,6 +52,7 @@ typedef struct {
        int ty; //appears to be the top left tile position on the viewable screen map
        word dxThresh; //????
        word dyThresh; //????
+       video_t *video;
 } map_view_t;
 
 typedef struct
@@ -63,6 +64,8 @@ typedef struct
 #define MAPW   40
 #define MAPH   30
 
+extern boolean pageflipflop;
+
 //map_t allocMap(int w, int h);
 //void initMap(map_t *map);
 void walk(map_view_t *pip, player_t *player, word pn);
@@ -70,6 +73,10 @@ void near mapScrollRight(map_view_t *mv, player_t *player, word id, word plid);
 void near mapScrollLeft(map_view_t *mv, player_t *player, word id, word plid);
 void near mapScrollUp(map_view_t *mv, player_t *player, word id, word plid);
 void near mapScrollDown(map_view_t *mv, player_t *player, word id, word plid);
+void near ScrollRight(map_view_t *mv, player_t *player, word id, word plid);
+void near ScrollLeft(map_view_t *mv, player_t *player, word id, word plid);
+void near ScrollUp(map_view_t *mv, player_t *player, word id, word plid);
+void near ScrollDown(map_view_t *mv, player_t *player, word id, word plid);
 sword chkmap(map_t *map, word q);
 void mapGoTo(map_view_t *mv, int tx, int ty);
 void near mapDrawTile(tiles_t *t, word i, page_t *page, word x, word y);