This commit is contained in:
Frater 2017-09-24 01:45:36 +02:00
commit 43352ff262
1291 changed files with 220976 additions and 0 deletions

13
PLZPART/MAIN.C Normal file
View file

@ -0,0 +1,13 @@
#include "..\dis\dis.h"
extern plz();
extern vect();
main() {
dis_partstart();
init_copper();
initvect();
plz();
vect();
close_copper();
}