X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Flib%2F16_tdef.h;h=75ff0f243c5563a72d3cc937e684a9b8dc869c0e;hb=8a04643047887934be90690e6a1254b403b17fc9;hp=083f2fc2b558a5856550f695049ecc1d24d1b971;hpb=26f6c93f37031261bf32b695a416b897fe21171e;p=16.git diff --git a/src/lib/16_tdef.h b/src/lib/16_tdef.h index 083f2fc2..75ff0f24 100755 --- a/src/lib/16_tdef.h +++ b/src/lib/16_tdef.h @@ -207,6 +207,8 @@ typedef struct{ sword tileplayerposscreeny; /* player position on screen */ /* needed for scroll and map system to work accordingly */ } pagetileinfo_t; +#ifndef PAGET +#define PAGET typedef struct { nibble/*word*/ id; /* the Identification number of the page~ For layering~ */ byte far* data; /* the data for the page */ @@ -225,6 +227,7 @@ typedef struct { //TODO: find where they are used sword delta; // How much should we shift the page for smooth scrolling } page_t; +#endif //from 16_in //==========================================================================