summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/glu3.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/glu3.h b/include/glu3.h
index 196d4a2..e21a218 100644
--- a/include/glu3.h
+++ b/include/glu3.h
@@ -727,11 +727,15 @@ extern const GLUmat4 gluIdentityMatrix;
* constant. On some systems this function may be implemented by creating a
* read-only mapping of the file. Writes to such data will result in program
* termination.
+ *
+ * \sa gluUnloadTextFile
*/
extern const GLchar *gluLoadTextFile(const char *file_name);
/**
* Release data previously loaded with gluLoadTextFile.
+ *
+ * \sa gluLoadTextFile
*/
extern void gluUnloadTextFile(const GLchar *text);