From 7ba1a53d5dcd6dc8844814600efa4724c1b541b3 Mon Sep 17 00:00:00 2001 From: yabause Date: Thu, 1 Jan 2009 22:18:26 +0000 Subject: [PATCH] Merging 1313 --- src/render3D.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/render3D.h b/src/render3D.h index 8fcff7cf1..8c3b19f0b 100644 --- a/src/render3D.h +++ b/src/render3D.h @@ -27,7 +27,7 @@ typedef struct Render3DInterface { // The name of the plugin, this name will appear in the plugins list - char * name; + const char * name; //called once when the plugin starts up char (CALL_CONVENTION* NDS_3D_Init) (void); @@ -69,4 +69,4 @@ void NDS_3D_SetDriver (int core3DIndex); void NDS_3D_ChangeCore(int newCore); #endif - \ No newline at end of file +