summaryrefslogtreecommitdiff
path: root/romdb.h
diff options
context:
space:
mode:
authortwinaphex <libretro@gmail.com>2020-10-07 04:19:59 +0200
committertwinaphex <libretro@gmail.com>2021-03-12 08:42:23 +0100
commit96d2ddca404cdee9339b98b78df084ca453ec7da (patch)
tree47ebc2d455a4066d8455b146a5281dc9a72b1633 /romdb.h
parent6d962e01cb4b3bb748fdbec7f5c53a85026cca2d (diff)
Add system_header.h
Diffstat (limited to 'romdb.h')
-rw-r--r--romdb.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/romdb.h b/romdb.h
index 0589bfb..f2d9663 100644
--- a/romdb.h
+++ b/romdb.h
@@ -16,6 +16,7 @@
#include "tern.h"
#include "serialize.h"
+#include "system_header.h"
typedef struct {
uint32_t start;
@@ -91,7 +92,6 @@ char const *save_type_name(uint8_t save_type);
//Note: free_rom_info only frees things pointed to by a rom_info struct, not the struct itself
//this is because rom_info structs are typically stack allocated
void free_rom_info(rom_info *info);
-typedef struct system_header system_header;
void cart_serialize(system_header *sys, serialize_buffer *buf);
void cart_deserialize(deserialize_buffer *buf, void *vcontext);