From 0fabf83c62320e18e5fa54b61b9d47b0ee78eb8d Mon Sep 17 00:00:00 2001 From: xawotihs Date: Sat, 10 Oct 2015 15:25:08 +0200 Subject: [PATCH] Fixed decoder_prx --- JGE/src/{decoder_prx.c => decoder_prx.cpp} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename JGE/src/{decoder_prx.c => decoder_prx.cpp} (97%) diff --git a/JGE/src/decoder_prx.c b/JGE/src/decoder_prx.cpp similarity index 97% rename from JGE/src/decoder_prx.c rename to JGE/src/decoder_prx.cpp index fa565e751..a11159bfe 100644 --- a/JGE/src/decoder_prx.c +++ b/JGE/src/decoder_prx.cpp @@ -19,7 +19,8 @@ * */ -#include "../include/decoder_prx.h" +#include "decoder_prx.h" +#include char *prx_static_init() {