summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gl_api.h
blob: 52c3fa0b417645c6dea362d9a983d350aea9e42c (plain)
1
2
3
4
5
6
7
8
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