#ifndef ZOOM_TEXTURE_H #define ZOOM_TEXTURE_H typedef struct _TEXLIST { char name[30]; GLuint id; } TEXLIST; GLuint LoadTexture(char *); #endif