diff io.h @ 1541:f8ef74e7c800

Merged nuklear_ui into default
author Michael Pavone <pavone@retrodev.com>
date Sun, 25 Mar 2018 12:01:49 -0700
parents 5b1157eb189d
children 2b132d894d76
line wrap: on
line diff
--- a/io.h	Sat Mar 24 19:41:47 2018 -0700
+++ b/io.h	Sun Mar 25 12:01:49 2018 -0700
@@ -91,8 +91,6 @@
 	IO_READ
 };
 
-typedef struct genesis_context genesis_context;
-
 void set_keybindings(sega_io *io);
 void map_all_bindings(sega_io *io);
 void setup_io_devices(tern_node * config, rom_info *rom, sega_io *io);
@@ -113,5 +111,7 @@
 void io_serialize(io_port *port, serialize_buffer *buf);
 void io_deserialize(deserialize_buffer *buf, void *vport);
 
+extern const char * device_type_names[];
+
 #endif //IO_H_