dfhack/library/include/dfhack/DFGlobal.h

12 lines
178 B
C

#ifndef DFHACK_GLOBAL
#define DFHACK_GLOBAL
2010-05-25 22:48:23 -06:00
#include "DFExport.h"
2010-04-18 13:30:02 -06:00
// globals, if any, should be placed here.
namespace DFHack
{
2010-04-18 13:30:02 -06:00
// extern DFHACK_EXPORT TYPE NAME;
}
2010-05-01 18:38:18 -06:00
#endif