X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2Ftileset.h;h=eb8d33833c32c6f4a6a03d50a5ec0c90ec20a325;hb=594c18e3671a27624a867071b5bafd08148652b3;hp=8d4634c18634051f6c38299d245fd12c360416b1;hpb=6a120e64b1c3092d8929292882641d376ad0993b;p=vrlugburz diff --git a/src/tileset.h b/src/tileset.h index 8d4634c..eb8d338 100644 --- a/src/tileset.h +++ b/src/tileset.h @@ -3,10 +3,13 @@ #include "scenefile.h" +#define DEF_TILE_SIZE 3.0f + struct tile; struct tileset { char *name, *fname; + float tile_size; struct scenefile scn; /* scene file containing tile geometry */ struct tile *tiles;