dfhack/library/include
lethosor 65b8071941
Use typedefs from xlsxio in PluginStatics.h
The typedefs in the header foward-declared new structs of the same names in the DFHack namespace, e.g. DFHack::xlsxio_read_struct. Apparently the constructors that used these typedefs are not inlined on Windows, so libdfhack was compiled with a constructor taking a "DFHack::xlsxio_read_sheet_struct", and xlsxreader was looking for a constructor taking just a "xlsxio_read_sheet_struct", which didn't exist.
2020-09-18 15:05:17 -04:00
..
df
modules rename is_civzone to the more general allow_wall 2020-08-15 20:13:48 -07:00
.gitignore
BitArray.h fix DfOtherVectors computed size 2020-05-14 14:01:12 -05:00
ColorText.h
Console.h allow dfhack-run to output colors. 2020-03-06 15:02:03 -06:00
Core.h
DFHack.h
DFHackVersion.h
DataDefs.h implement df-other-vectors-type for lua 2020-05-09 18:28:40 -05:00
DataFuncs.h
DataIdentity.h
Debug.h
DebugManager.h
Error.h
Export.h
Hooks.h
Internal.h
LuaTools.h
LuaWrapper.h Add ref_target attribute to primitive field references 2020-04-09 00:02:07 -04:00
MemAccess.h
Memory.h
MiscUtils.h
Module.h
ModuleFactory.h
PluginManager.h
PluginStatics.h Use typedefs from xlsxio in PluginStatics.h 2020-09-18 15:05:17 -04:00
Pragma.h
RemoteClient.h
RemoteServer.h
RemoteTools.h
SDL_events.h
SDL_keyboard.h
SDL_keysym.h
Signal.hpp
TileTypes.h
Types.h
VTableInterpose.h
VersionInfo.h
VersionInfoFactory.h
git-describe.h.in
jsoncpp-ex.h
wdirent.h