aboutsummaryrefslogtreecommitdiff
path: root/simon/vga.h
diff options
context:
space:
mode:
Diffstat (limited to 'simon/vga.h')
-rw-r--r--simon/vga.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/simon/vga.h b/simon/vga.h
index a0d87cfd1e..e65a46595b 100644
--- a/simon/vga.h
+++ b/simon/vga.h
@@ -22,6 +22,8 @@
#ifndef SIMON_VGA_H
#define SIMON_VGA_H
+namespace Simon {
+
struct VgaFile1Header {
uint16 x_1, x_2;
uint16 hdr2_start;
@@ -79,5 +81,6 @@ struct VC10_state {
byte *vc_10_depack_column(VC10_state *vs);
+} // End of namespace Simon
#endif