summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_gl_api.h
blob: 55ad778c97d297b872073ae0d5204120f4f16654 (plain)
1
2
3
4
5
6
7

#ifndef ST_GL_API_H
#define ST_GL_API_H

struct st_api *st_gl_api_create(void);

#endif