X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fbakapee.h;h=4d3df42ce3d321cc8dd45cd08751cebe1b3722c3;hb=704ec571885c6255ead65280428ad72510cfe218;hp=5f46f256af605a723628a0eb2bf241663df9bf93;hpb=ae047ad3be09d38573b5cab895472e31ef7d47c7;p=16.git diff --git a/src/lib/bakapee.h b/src/lib/bakapee.h index 5f46f256..4d3df42c 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. * @@ -23,10 +23,35 @@ #ifndef __BAKAPEE_H_ #define __BAKAPEE_H_ +/* Project 16 Source Code~ + * Copyright (C) 2012-2016 sparky4 & pngwen & andrius4669 & joncampbell123 & yakui-lover + * + * This file is part of Project 16. + * + * Project 16 is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 3 of the License, or + * (at your option) any later version. + * + * Project 16 is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see , or + * write to the Free Software Foundation, Inc., 51 Franklin Street, + * Fifth Floor, Boston, MA 02110-1301 USA. + * + */ #include "src/lib/16_head.h" -#include "src/lib/modex16.h" +#include "src/lib/16_vl.h" +#include +#include +#include + //#include "src/lib/modex/modex.h" -#include "16/x/modex.h" +//#include "16/x/modex.h" #define TILEWH 16 #define QUADWH TILEWH/2 @@ -36,13 +61,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);