summaryrefslogtreecommitdiff
path: root/amiga/gui.h
diff options
context:
space:
mode:
Diffstat (limited to 'amiga/gui.h')
-rwxr-xr-xamiga/gui.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/amiga/gui.h b/amiga/gui.h
index 377a54678..5a971b0bf 100755
--- a/amiga/gui.h
+++ b/amiga/gui.h
@@ -18,11 +18,15 @@
#ifndef AMIGA_GUI_H
#define AMIGA_GUI_H
+#include <graphics/rastport.h>
+
void ami_get_msg(void);
struct gui_window {
struct Window *win;
struct browser_window *bw;
+ struct BitMap *bm;
+ struct RastPort rp;
};
struct gui_window *curwin;