Fix compilation with latest vitaGL.
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#include "rwobjects.h"
|
||||
#include "rwengine.h"
|
||||
|
||||
#include <vitasdk.h>
|
||||
#include <vitaGL.h>
|
||||
extern "C"{
|
||||
#include <math_neon.h>
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "rwobjects.h"
|
||||
#include "rwengine.h"
|
||||
|
||||
#include <vitasdk.h>
|
||||
#include <vitaGL.h>
|
||||
|
||||
#define PLUGIN_ID ID_GEOMETRY
|
||||
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
#define PLUGIN_ID ID_IMAGE
|
||||
|
||||
#include <vitasdk.h>
|
||||
#include <vitaGL.h>
|
||||
|
||||
namespace rw {
|
||||
|
||||
@@ -27,7 +27,7 @@ freely, subject to the following restrictions:
|
||||
The manual and changelog are in the header file "lodepng.h"
|
||||
Rename this file to lodepng.cpp to use it for C++, or to lodepng.c to use it for C.
|
||||
*/
|
||||
|
||||
#include <vitasdk.h>
|
||||
#include <vitaGL.h>
|
||||
#include "lodepng.h"
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
#include "rwobjects.h"
|
||||
#include "rwengine.h"
|
||||
|
||||
#include <vitasdk.h>
|
||||
#include <vitaGL.h>
|
||||
|
||||
#define COLOR_ARGB(a,r,g,b) \
|
||||
|
||||
@@ -12,6 +12,7 @@
|
||||
|
||||
#include "lodepng/lodepng.h"
|
||||
|
||||
#include <vitasdk.h>
|
||||
#include <vitaGL.h>
|
||||
|
||||
#ifdef _WIN32
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "rwobjects.h"
|
||||
#include "rwengine.h"
|
||||
|
||||
#include <vitasdk.h>
|
||||
#include <vitaGL.h>
|
||||
|
||||
#define PLUGIN_ID 2
|
||||
|
||||
@@ -11,6 +11,7 @@
|
||||
#include "rwengine.h"
|
||||
#include "rwuserdata.h"
|
||||
|
||||
#include <vitasdk.h>
|
||||
#include <vitaGL.h>
|
||||
|
||||
#define PLUGIN_ID ID_USERDATA
|
||||
|
||||
Reference in New Issue
Block a user