2 Copyright 2010-2015, The AROS Development Team. All rights reserved.
6 #include <aros/symbolsets.h>
8 #include "state_tracker/st_gl_api.h"
9 #include "state_tracker/st_api.h"
11 /* This is a global GL API object */
12 /* TODO: Should be moved to LIBBASE */
13 struct st_api
* glstapi
;
17 glstapi
= st_gl_api_create();
27 if (glstapi
) glstapi
->destroy(glstapi
);
30 ADD2INIT(MESA3DGLInit
, 5);
31 ADD2EXIT(MESA3DGLExit
, 5);