mirror of
https://github.com/libretro/Play-.git
synced 2025-02-12 20:29:11 +00:00
Fixed some includes.
This commit is contained in:
parent
56c7158c20
commit
46a1ba6cf1
@ -1,6 +1,5 @@
|
||||
#include <jni.h>
|
||||
#include <android/log.h>
|
||||
#include "NativeShared.h"
|
||||
#include <android/log.h>
|
||||
|
||||
#define LOG_NAME "Play!"
|
||||
|
||||
|
@ -1,5 +1,6 @@
|
||||
#pragma once
|
||||
|
||||
#include <jni.h>
|
||||
#include <string>
|
||||
|
||||
void Log_Print(const char* fmt, ...);
|
||||
|
Loading…
x
Reference in New Issue
Block a user