Fixed some includes.

This commit is contained in:
Jean-Philip Desjardins 2015-07-12 03:19:23 -04:00
parent 56c7158c20
commit 46a1ba6cf1
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#include <jni.h>
#include <android/log.h>
#include "NativeShared.h"
#include <android/log.h>
#define LOG_NAME "Play!"

View File

@ -1,5 +1,6 @@
#pragma once
#include <jni.h>
#include <string>
void Log_Print(const char* fmt, ...);