diff options
Diffstat (limited to 'mesalib/src/mesa/state_tracker/st_gl_api.h')
-rw-r--r-- | mesalib/src/mesa/state_tracker/st_gl_api.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mesalib/src/mesa/state_tracker/st_gl_api.h b/mesalib/src/mesa/state_tracker/st_gl_api.h new file mode 100644 index 000000000..59782d0d5 --- /dev/null +++ b/mesalib/src/mesa/state_tracker/st_gl_api.h @@ -0,0 +1,7 @@ +
+#ifndef ST_GL_API_H
+#define ST_GL_API_H
+
+struct st_api *st_gl_api_create(void);
+
+#endif
|