Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2008-02-08 19:24:12 +0000
committerStijn Buys <ingar@osirion.org>2008-02-08 19:24:12 +0000
commitd3477eedc113a2c126f36f41384b8921d610906a (patch)
tree68df921c4acf03878ae244db8350e2e96936c494 /src/render/tga.h
parent598dba9d17838e92f89bcd3ec78c69cc4ce50044 (diff)
updated filesystem, removed inifile, updated game and tga loader
minor cleanups
Diffstat (limited to 'src/render/tga.h')
-rw-r--r--src/render/tga.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/tga.h b/src/render/tga.h
index f24ab31..d4449a8 100644
--- a/src/render/tga.h
+++ b/src/render/tga.h
@@ -25,7 +25,7 @@ public:
} image;
- static void texture(GLuint textureArray[], const char *filename, int textureID);
+ static bool texture(GLuint textureArray[], const char *filename, int textureID);
protected:
static image *load(const char *filename);