log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
invisible
view src/texture.h @ 22:531a814d4d6b
find changesets by author, revision, files, or words in the commit message
foo
author
Eleni Maria Stea <eleni@mutantstargoat.com>
date
Sun, 10 Nov 2013 14:32:29 +0200
parents
children
b50ad2711f5f
line source
1
#ifndef TEXTURE_H_
2
#define TEXTURE_H_
3
4
unsigned int load_texture(const char *fname);
5
6
#endif // TEXTURE_H_