X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?a=blobdiff_plain;f=src%2F3dgfx.h;h=8708e211e6d6cbe7c55b883d7fed766235145121;hb=1723e332319e7732473814dfc168a13d0bafccb4;hp=fbbccf6e8026cc8f6ecfe7285e67734b600f8d28;hpb=07ce18b114e1e01b2a85a04079128f3eb754de1d;p=dosdemo 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);