DLL export patch #14
@ -7,6 +7,10 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#if defined(RSPTERRAIN_DLL)
|
||||
#define RSPTERRAIN_DLLBUILD
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
@ -18,7 +22,7 @@
|
||||
#include "RSPTerrain.h"
|
||||
|
||||
|
||||
char* RSPTerrain_getVersion( void ) {
|
||||
inline char* RSPTerrain_getVersion( void ) {
|
||||
return PRG_VERSION;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user