Browse Source

Fix building unit tests with msvc (SOLData needs DVL_API_FOR_TEST)

pull/4747/head
obligaron 4 years ago committed by Anders Jenbo
parent
commit
7eb8bc8832
  1. 2
      Source/gendung.h

2
Source/gendung.h

@ -154,7 +154,7 @@ extern std::unique_ptr<byte[]> pDungeonCels;
/**
* List tile properties
*/
extern std::array<TileProperties, MAXTILES> SOLData;
extern DVL_API_FOR_TEST std::array<TileProperties, MAXTILES> SOLData;
/** Specifies the minimum X,Y-coordinates of the map. */
extern Point dminPosition;
/** Specifies the maximum X,Y-coordinates of the map. */

Loading…
Cancel
Save