#include "state_tracker/st_manager.h"

PUBLIC const int st_api_OpenGL_ES1 = 1;

PUBLIC const struct st_module st_module_OpenGL_ES1 = {
   .api = ST_API_OPENGL_ES1,
   .create_api = st_manager_create_api
};