mirror of
https://github.com/CTCaer/RetroArch.git
synced 2024-12-12 04:46:39 +00:00
Some more MISSING_DECLS fixes
This commit is contained in:
parent
474c96365d
commit
9d6146dc7a
@ -14,6 +14,8 @@
|
||||
* If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
#include "input_sensor.h"
|
||||
|
||||
#include "../driver.h"
|
||||
|
||||
/**
|
||||
|
@ -8,12 +8,13 @@
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "libretrodb.h"
|
||||
|
||||
#include "rmsgpack_dom.h"
|
||||
#include <compat/fnmatch.h>
|
||||
#include <compat/strl.h>
|
||||
|
||||
#include "libretrodb.h"
|
||||
#include "query.h"
|
||||
#include "rmsgpack_dom.h"
|
||||
|
||||
#define MAX_ERROR_LEN 256
|
||||
#undef MAX_ARGS
|
||||
#define MAX_ARGS 50
|
||||
|
@ -18,6 +18,8 @@
|
||||
|
||||
#include <file/file_path.h>
|
||||
|
||||
#include "record_driver.h"
|
||||
|
||||
#include "../driver.h"
|
||||
#include "../general.h"
|
||||
#include "../msg_hash.h"
|
||||
|
@ -149,6 +149,8 @@ void recording_dump_frame(const void *data, unsigned width,
|
||||
|
||||
bool recording_deinit(void);
|
||||
|
||||
void find_record_driver(void);
|
||||
|
||||
/**
|
||||
* recording_init:
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user