dfhack/library/include/dfhack/DFGlobal.h

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