mesa/src/mesa/state_tracker/st_gl_api.h

8 lines
89 B
C

#ifndef ST_GL_API_H
#define ST_GL_API_H
struct st_api *st_gl_api_create(void);
#endif