summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gl_api.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/state_tracker/st_gl_api.h')
-rw-r--r--src/mesa/state_tracker/st_gl_api.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_gl_api.h b/src/mesa/state_tracker/st_gl_api.h
new file mode 100644
index 0000000000..52c3fa0b41
--- /dev/null
+++ b/src/mesa/state_tracker/st_gl_api.h
@@ -0,0 +1,9 @@
+
+#ifndef ST_GL_API_H
+#define ST_GL_API_H
+
+#include "state_tracker/st_api.h"
+
+struct st_api * st_gl_api_create(void);
+
+#endif