summaryrefslogtreecommitdiff
path: root/src/texture.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/texture.h')
-rw-r--r--src/texture.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/texture.h b/src/texture.h
index aed6057..93417f0 100644
--- a/src/texture.h
+++ b/src/texture.h
@@ -8,6 +8,8 @@
#include "common.h"
+extern int honey_texture_mt_ref;
+
enum honey_texture_result {
TEXTURE_OK,
TEXTURE_FAILED,