X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbakapee.h;h=c7f352661e9c06a7ddc72b0c40e4ea3b178c13ac;hb=34abe02e0e49c2b73912babf54fc63b5cdc56284;hp=1f9c94e59af0f063ad11d201ff598137deef7bde;hpb=bb63758c2b59aa00069062638303113f0b054863;p=16.git diff --git a/src/lib/bakapee.h b/src/lib/bakapee.h index 1f9c94e5..c7f35266 100755 --- a/src/lib/bakapee.h +++ b/src/lib/bakapee.h @@ -1,5 +1,5 @@ /* Project 16 Source Code~ - * Copyright (C) 2012-2015 sparky4 & pngwen & andrius4669 + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 * * This file is part of Project 16. * @@ -44,6 +44,7 @@ typedef struct { sword bakax, bakay; sword xx, yy, sx, sy; byte coor; + boolean tile; } bakapee_t; void clrstdin();