X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=inline;f=plz.h;h=240bf1cb7f096025d2f46e1298a5cc883bd58d59;hb=ef78daa43680e8c27ad4e883c00999f5698c0a38;hp=a4ba084175f86e67d5bcb478843d523722249a5f;hpb=deb0db38e4b79eb8347c47d95bd81ccb874b8ab4;p=plz.git diff --git a/plz.h b/plz.h index a4ba084..240bf1c 100755 --- a/plz.h +++ b/plz.h @@ -1,5 +1,19 @@ #ifndef _PLZ_H_ #define _PLZ_H_ +#include +#include "asmyt.h" +#include "copper.h" +#include "tweak.h" +#include "types.h" +extern setplzparas(); +extern int plzline(); +extern int init_copper(); +extern int close_copper(); + +// extern void tw_opengraph2(); +//extern int +// extern void tw_setrgbpalette(); + void init_plz(); void plz(); #endif