#ifndef MINO_TEX_H #define MINO_TEX_H typedef struct{U32 w,h;U8*d;}Tex; X Tex tex_load(IM C*); X V tex_free(Tex); #endif