From b014986fdb259eb60bd3e5a3fbcfcb218969f5f5 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Fri, 24 Nov 2000 10:30:04 +0000 Subject: New files... --- src/mesa/main/vtxfmt.h | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 src/mesa/main/vtxfmt.h (limited to 'src/mesa/main/vtxfmt.h') diff --git a/src/mesa/main/vtxfmt.h b/src/mesa/main/vtxfmt.h new file mode 100644 index 0000000000..6abeadfcde --- /dev/null +++ b/src/mesa/main/vtxfmt.h @@ -0,0 +1,8 @@ +#ifndef _VTXFMT_H_ +#define _VTXFMT_H_ + +extern void _mesa_install_exec_vtxfmt( GLcontext *ctx, GLvertexformat *vfmt ); +extern void _mesa_install_save_vtxfmt( GLcontext *ctx, GLvertexformat *vfmt ); + + +#endif -- cgit v1.2.3