12 lines
178 B
C
12 lines
178 B
C
|
#ifndef DFHACK_GLOBAL
|
||
|
#define DFHACK_GLOBAL
|
||
|
#include "DFExport.h"
|
||
|
|
||
|
// globals, if any, should be placed here.
|
||
|
|
||
|
namespace DFHack
|
||
|
{
|
||
|
// extern DFHACK_EXPORT TYPE NAME;
|
||
|
}
|
||
|
#endif
|