summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/tiletex.h
diff options
context:
space:
mode:
authorennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 19:17:31 +0000
committerennewalker <ennewalker@c06c8d41-db1a-0410-9941-cceddc491573>2009-04-19 19:17:31 +0000
commit69dba83ab0a392a350bf35d782770bdb217c92ae (patch)
tree37442c65c32062e2ef24cc6fed156ed7f5ccaa81 /crawl-ref/source/tiletex.h
parent6c343fd8e3a09865c8ee23ffeb5da6dc07379cfe (diff)
downloadcrawl-ref-69dba83ab0a392a350bf35d782770bdb217c92ae.tar.gz
crawl-ref-69dba83ab0a392a350bf35d782770bdb217c92ae.zip
[2774528] Tiles splash screen.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9658 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/tiletex.h')
-rw-r--r--crawl-ref/source/tiletex.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/crawl-ref/source/tiletex.h b/crawl-ref/source/tiletex.h
index c9488019f3..9c689dcbcd 100644
--- a/crawl-ref/source/tiletex.h
+++ b/crawl-ref/source/tiletex.h
@@ -44,7 +44,8 @@ public:
unsigned int h);
bool load_texture(const char *filename, MipMapOptions mip_opt,
- tex_proc_func proc = NULL);
+ tex_proc_func proc = NULL,
+ bool force_power_of_two = true);
bool load_texture(unsigned char *pixels, unsigned int w, unsigned int h,
MipMapOptions mip_opt);
void unload_texture();