X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;f=plz.h;h=240bf1cb7f096025d2f46e1298a5cc883bd58d59;hb=ef78daa43680e8c27ad4e883c00999f5698c0a38;hp=2e992b446cac45ca9cc08cba7dba9a7399194acc;hpb=1488685a2c48db7f8db6dafdb2943d51f24d7ab2;p=plz.git diff --git a/plz.h b/plz.h index 2e992b4..240bf1c 100755 --- a/plz.h +++ b/plz.h @@ -1,6 +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