X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2F3dgfx.h;h=8708e211e6d6cbe7c55b883d7fed766235145121;hp=fbbccf6e8026cc8f6ecfe7285e67734b600f8d28;hb=1bd8af3c3c9ec41903590d6ad24ff6313a5cc19b;hpb=03d170a7e96dc7e4baa23e9b76c217906d621550 diff --git a/src/3dgfx.h b/src/3dgfx.h index fbbccf6..8708e21 100644 --- a/src/3dgfx.h +++ b/src/3dgfx.h @@ -55,6 +55,7 @@ int g3d_init(void); void g3d_destroy(void); void g3d_framebuffer(int width, int height, void *pixels); +void g3d_viewport(int x, int y, int w, int h); void g3d_enable(unsigned int opt); void g3d_disable(unsigned int opt);