summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorjacksonmj <mj-pt@jacksonmj.co.uk>2011-03-18 19:33:38 (GMT)
committer jacksonmj <mj-pt@jacksonmj.co.uk>2011-03-18 19:33:38 (GMT)
commitd46a3bdcb083075a4737125f1c71899e6489ecfa (patch)
tree5a29d5fa7d9c52d4cb97684e0bae0c9d8f01df80 /includes
parentd924a5554a8fa0ead5d17f69e10d46e14a64b5dc (diff)
downloadpowder-d46a3bdcb083075a4737125f1c71899e6489ecfa.zip
powder-d46a3bdcb083075a4737125f1c71899e6489ecfa.tar.gz
Better rotation and inversion, also does single pixel translation
Diffstat (limited to 'includes')
-rw-r--r--includes/powder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/powder.h b/includes/powder.h
index 581c8da..d7e4daa 100644
--- a/includes/powder.h
+++ b/includes/powder.h
@@ -5,6 +5,7 @@
#include "graphics.h"
#include "defines.h"
#include "interface.h"
+#include "misc.h"
#define CM_COUNT 11
#define CM_CRACK 10
@@ -863,5 +864,6 @@ int flood_parts(int x, int y, int c, int cm, int bm);
int create_parts(int x, int y, int rx, int ry, int c);
void create_line(int x1, int y1, int x2, int y2, int rx, int ry, int c);
+void *transform_save(void *odata, int *size, matrix2d transform, vector2d translate);
#endif