Merging 1313
This commit is contained in:
parent
bd55e67a3c
commit
7ba1a53d5d
|
@ -27,7 +27,7 @@
|
||||||
typedef struct Render3DInterface
|
typedef struct Render3DInterface
|
||||||
{
|
{
|
||||||
// The name of the plugin, this name will appear in the plugins list
|
// 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
|
//called once when the plugin starts up
|
||||||
char (CALL_CONVENTION* NDS_3D_Init) (void);
|
char (CALL_CONVENTION* NDS_3D_Init) (void);
|
||||||
|
|
Loading…
Reference in New Issue