summaryrefslogtreecommitdiff
path: root/amiga/plotters.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/plotters.h')
-rwxr-xr-xamiga/plotters.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/amiga/plotters.h b/amiga/plotters.h
index 3de1b497d..0ed18c5ee 100755
--- a/amiga/plotters.h
+++ b/amiga/plotters.h
@@ -36,10 +36,10 @@ bool ami_disc(int x, int y, int radius, colour c, bool filled);
bool ami_arc(int x, int y, int radius, int angle1, int angle2,
colour c);
bool ami_bitmap(int x, int y, int width, int height,
- struct bitmap *bitmap, colour bg);
+ struct bitmap *bitmap, colour bg,struct content *content);
bool ami_bitmap_tile(int x, int y, int width, int height,
struct bitmap *bitmap, colour bg,
- bool repeat_x, bool repeat_y);
+ bool repeat_x, bool repeat_y,struct content *content);
bool ami_group_start(const char *name);
bool ami_group_end(void);
bool ami_flush(void);