dynamic_dummy.c - MISSING_DECLS buildfix

This commit is contained in:
twinaphex 2015-09-06 15:01:11 +02:00
parent 875023468a
commit 785eb2ff12

View File

@ -15,11 +15,13 @@
* If not, see <http://www.gnu.org/licenses/>.
*/
#include "../libretro.h"
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include "internal_cores.h"
#include "../libretro.h"
static uint16_t *frame_buf;
void libretro_dummy_retro_init(void)