Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions library/include/DataDefs.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@ distribution.

#include "BitArray.h"

// Stop some MS stupidity
#ifdef interface
#undef interface
#endif

typedef struct lua_State lua_State;

/*
Expand Down
1 change: 1 addition & 0 deletions library/include/DataFuncs.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ distribution.
#include <map>
#include <type_traits>

#include "ColorText.h"
#include "DataIdentity.h"
#include "LuaWrapper.h"

Expand Down
1 change: 1 addition & 0 deletions library/include/modules/DFSDL.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include "Error.h"
#include "Export.h"
#include "ColorText.h"

Expand Down
1 change: 1 addition & 0 deletions library/modules/Constructions.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ using namespace std;

#include "Core.h"
#include "MemAccess.h"
#include "MiscUtils.h"
#include "TileTypes.h"
#include "Types.h"
#include "VersionInfo.h"
Expand Down