mesa: prefix #includes with main/
[mesa.git] / src / mesa / tnl / tnl.h
index 047b764dcba88602047b63a69abfb2874b57e2df..4d628aa9a607726e50b3ed71affb07f0e5068a3b 100644 (file)
@@ -1,9 +1,8 @@
-
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  7.1
  *
- * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2007  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
@@ -85,4 +84,7 @@ _tnl_draw_prims( GLcontext *ctx,
 extern void
 _mesa_load_tracked_matrices(GLcontext *ctx);
 
+extern void
+_tnl_RasterPos(GLcontext *ctx, const GLfloat vObj[4]);
+
 #endif