invisible

diff src/texture.h @ 19:f756fc9fdd3e

quick backup
author Eleni Maria Stea <eleni@mutantstargoat.com>
date Sun, 10 Nov 2013 14:02:36 +0200
parents
children b50ad2711f5f
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/src/texture.h	Sun Nov 10 14:02:36 2013 +0200
     1.3 @@ -0,0 +1,6 @@
     1.4 +#ifndef TEXTURE_H_
     1.5 +#define TEXTURE_H_
     1.6 +
     1.7 +unsigned int load_texture(const char *fname);
     1.8 +
     1.9 +#endif // TEXTURE_H_