2019-11-19 11:29:53 +01:00
|
|
|
// defines
|
|
|
|
|
|
|
|
// frame debug strings
|
|
|
|
#define LDEBUG_CAMERA
|
|
|
|
#define LDEBUG_LIGHTS
|
|
|
|
#define LDEBUG_LIGHT_AFFECTED_ROOMS
|
|
|
|
|
2019-09-17 15:30:31 +02:00
|
|
|
// single compilation unit
|
|
|
|
#include "register_types.cpp"
|
2019-09-18 12:04:02 +02:00
|
|
|
#include "ldebug.cpp"
|
2019-09-17 15:30:31 +02:00
|
|
|
#include "lroom.cpp"
|
|
|
|
#include "lroom_manager.cpp"
|
|
|
|
#include "lroom_converter.cpp"
|
|
|
|
#include "lportal.cpp"
|
|
|
|
#include "lplanes_pool.cpp"
|
|
|
|
#include "ldob.cpp"
|
|
|
|
#include "lbound.cpp"
|
|
|
|
#include "lbitfield_dynamic.cpp"
|
2019-10-22 21:44:17 +02:00
|
|
|
#include "lhelper.cpp"
|
|
|
|
#include "lscene_saver.cpp"
|
2019-11-19 11:29:53 +01:00
|
|
|
#include "ltrace.cpp"
|
|
|
|
#include "lmain_camera.cpp"
|
|
|
|
#include "larea.cpp"
|
|
|
|
|