zbuf.c 253 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 9 10 11 12 /* * Z-buffer for 'morphdemo' * * The declaration for the Z-buffer is in a separate file so that its * location in memory can be precisely controlled using the spec file. * */ #include "morphdemo.h" unsigned short zbuffer[SCREEN_WD*SCREEN_HT];