X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbakapee.h;h=c7f352661e9c06a7ddc72b0c40e4ea3b178c13ac;hb=dfc3f62c2214445d5aec478f1b1275028338193b;hp=d159610992e644ca7033691dbb3314fe671aa95a;hpb=630baf1b7495d3470b862228e24266aab80487ff;p=16.git diff --git a/src/lib/bakapee.h b/src/lib/bakapee.h index d1596109..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. * @@ -25,7 +25,8 @@ #include "src/lib/16_head.h" #include "src/lib/modex16.h" -#include "src/lib/modex/modex.h" +//#include "src/lib/modex/modex.h" +#include "16/x/modex.h" #define TILEWH 16 #define QUADWH TILEWH/2 @@ -35,13 +36,18 @@ #define TILE +//which lib? +#define MXLIB + typedef struct { word gq; sword bakax, bakay; sword xx, yy, sx, sy; byte coor; + boolean tile; } bakapee_t; +void clrstdin(); void colortest(page_t *page, bakapee_t *pee); void colorz(page_t *page, bakapee_t *pee); void ssd(page_t *page, bakapee_t *pee, word svq);