split the polyfiller to a preprocessor-based template file, included
[dosdemo] / src / 3dgfx.h
index ee9de63..ecc3f3c 100644 (file)
@@ -37,7 +37,8 @@ enum { G3D_CCW, G3D_CW };
 /* arg to g3d_polygon_mode */
 enum {
        G3D_WIRE,
-       G3D_FLAT
+       G3D_FLAT,
+       G3D_GOURAUD,
 };
 
 /* matrix stacks */