summaryrefslogtreecommitdiff
path: root/src/i_scale.h
diff options
context:
space:
mode:
authorSimon Howard2006-12-18 18:15:47 +0000
committerSimon Howard2006-12-18 18:15:47 +0000
commit0cc2ad38090b1b286ded01321afc0e199b37372c (patch)
tree9242ca6ffa13b2e0a49a0457f081d9a4012aca26 /src/i_scale.h
parentde979570b694ba56b7196a4fe339ff7292fe8fe5 (diff)
downloadchocolate-doom-0cc2ad38090b1b286ded01321afc0e199b37372c.tar.gz
chocolate-doom-0cc2ad38090b1b286ded01321afc0e199b37372c.tar.bz2
chocolate-doom-0cc2ad38090b1b286ded01321afc0e199b37372c.zip
x3, x4 aspect ratio corrected scale functions.
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 786
Diffstat (limited to 'src/i_scale.h')
-rw-r--r--src/i_scale.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/i_scale.h b/src/i_scale.h
index 6f523039..578b2b36 100644
--- a/src/i_scale.h
+++ b/src/i_scale.h
@@ -37,6 +37,8 @@ void I_Scale3x(int x1, int y1, int x2, int y2);
void I_Scale4x(int x1, int y1, int x2, int y2);
void I_Stretch1x(int x1, int y1, int x2, int y2);
void I_Stretch2x(int x1, int y1, int x2, int y2);
+void I_Stretch3x(int x1, int y1, int x2, int y2);
+void I_Stretch4x(int x1, int y1, int x2, int y2);
void I_InitStretchTables(byte *palette);
#endif /* #ifndef __I_SCALE__ */