#ifndef __TEX_H__ #define __TEX_H__ #include int tex_load(char *filename, unsigned int *id); #endif // __TEX_H__