aboutsummaryrefslogtreecommitdiffstats
path: root/code/renderer/tr_image_jpg.h
diff options
context:
space:
mode:
Diffstat (limited to 'code/renderer/tr_image_jpg.h')
-rw-r--r--code/renderer/tr_image_jpg.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/code/renderer/tr_image_jpg.h b/code/renderer/tr_image_jpg.h
new file mode 100644
index 0000000..159c613
--- /dev/null
+++ b/code/renderer/tr_image_jpg.h
@@ -0,0 +1 @@
+void LoadJPG( const char *name, byte **pic, int *width, int *height );