1
0
cuberite-2a/src/Simulator
peterbell10 ee84197014
Force all headers other than "Globals.h" to be included with relative paths (#4269)
Closes #4236

CMake now creates a header file in the build directory under the path "include/Globals.h" which just includes "src/Globals.h" with an absolute path. Then instead of adding "src/" to the include directories, it adds "include/".

#include "Globals.h" still works by including the build generated file and any other src-relative path will not work.
2018-08-29 01:51:25 +01:00
..
IncrementalRedstoneSimulator Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
CMakeLists.txt Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
DelayedFluidSimulator.cpp Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
DelayedFluidSimulator.h Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
FireSimulator.cpp Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
FireSimulator.h Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
FloodyFluidSimulator.cpp CheckBasicStyle: Check number of empty lines between functions (#4267) 2018-07-26 22:24:36 +01:00
FloodyFluidSimulator.h Removed unused forward declarations (#3888) 2017-08-03 15:10:29 +02:00
FluidSimulator.cpp Add new flow direction calculating algorithm (#4160) 2018-07-27 10:01:53 +01:00
FluidSimulator.h Add new flow direction calculating algorithm (#4160) 2018-07-27 10:01:53 +01:00
NoopFluidSimulator.h Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
NoopRedstoneSimulator.h Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
RedstoneSimulator.h Force all headers other than "Globals.h" to be included with relative paths (#4269) 2018-08-29 01:51:25 +01:00
SandSimulator.cpp cWorld: Manually bind deprecated broadcast functions (#4265) 2018-07-27 00:12:41 +01:00
SandSimulator.h Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
Simulator.cpp Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
Simulator.h Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
SimulatorManager.cpp Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
SimulatorManager.h Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00
VanillaFluidSimulator.cpp Make -Werror disabling file only 2015-05-19 19:32:10 +01:00
VanillaFluidSimulator.h Removed unused forward declarations (#3888) 2017-08-03 15:10:29 +02:00
VaporizeFluidSimulator.cpp Broadcast refactor (#4264) 2018-07-24 22:30:49 +01:00
VaporizeFluidSimulator.h Changed int parameters to vector parameters in cCuboid and simulators (#3874) 2017-08-17 15:48:38 +02:00