DLL export patch #14

Merged
JackCarterSmith merged 1 commits from develop into master 2022-09-15 09:22:45 +02:00

View File

@ -7,6 +7,10 @@
* *
*/ */
#if defined(RSPTERRAIN_DLL)
#define RSPTERRAIN_DLLBUILD
#endif
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>
@ -18,7 +22,7 @@
#include "RSPTerrain.h" #include "RSPTerrain.h"
char* RSPTerrain_getVersion( void ) { inline char* RSPTerrain_getVersion( void ) {
return PRG_VERSION; return PRG_VERSION;
} }