X-Git-Url: http://4ch.mooo.com/gitweb/?a=blobdiff_plain;ds=sidebyside;f=plzpart%2Fmain.c;fp=plzpart%2Fmain.c;h=0000000000000000000000000000000000000000;hb=646d04f51c8fd06e93b6517334bcac1e9b7157f2;hp=b9d97095748e49a46f42abe04aeadbdac87d6294;hpb=903c94ef21af523df03e0ca0ba965324133cb77c;p=plz.git diff --git a/plzpart/main.c b/plzpart/main.c deleted file mode 100755 index b9d9709..0000000 --- a/plzpart/main.c +++ /dev/null @@ -1,25 +0,0 @@ -//#include "../dis/dis.h" -//#include "graphics.h" -//#include "opengl.h" -#include "common.h" - -extern void plz(); -extern void vect(); - -int main(int argc, char **argv) { -// int a = adjust_framerate(); -// dis_partstart(); - -// if (init_graphics("Plzpart", argc, argv) < 0) { -// fprintf(stderr, "Can't init graphics\n"); -// return -1; -// }; - -// init_opengl(); - init_copper(); - initvect(); - plz(); - //vect(); - close_copper(); - return 0; - }