mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
(libretrodb) Move MAGIC_NUMBER out of header
This commit is contained in:
parent
1741b0c2c1
commit
caa01d5fee
@ -21,6 +21,8 @@
|
||||
#include "query.h"
|
||||
#include "libretrodb.h"
|
||||
|
||||
#define MAGIC_NUMBER "RARCHDB"
|
||||
|
||||
struct node_iter_ctx
|
||||
{
|
||||
libretrodb_t *db;
|
||||
|
@ -9,8 +9,6 @@
|
||||
#endif
|
||||
#include "rmsgpack_dom.h"
|
||||
|
||||
#define MAGIC_NUMBER "RARCHDB"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user