DLL export patch
This commit is contained in:
parent
6cba3cb768
commit
0507ff6d28
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user