2019-11-19 11:29:53 +01:00
|
|
|
// defines
|
|
|
|
|
2020-01-14 12:17:59 +01:00
|
|
|
// extra verbose print_lines
|
|
|
|
//#define LDEBUG_VERBOSE
|
|
|
|
|
2019-11-19 11:29:53 +01:00
|
|
|
// frame debug strings
|
|
|
|
#define LDEBUG_CAMERA
|
|
|
|
#define LDEBUG_LIGHTS
|
|
|
|
#define LDEBUG_LIGHT_AFFECTED_ROOMS
|
2020-04-02 14:36:53 +02:00
|
|
|
//#define LDEBUG_DOB_VISIBILITY
|
2019-11-19 11:29:53 +01:00
|
|
|
|
2020-04-02 14:36:53 +02:00
|
|
|
#define LPORTAL_DOBS_NO_SOFTSHOW
|
|
|
|
//#define LPORTAL_DOBS_AUTO_UPDATE
|
2020-01-14 12:17:59 +01:00
|
|
|
|
2019-12-03 16:50:30 +01:00
|
|
|
//#define LDEBUG_UNMERGE
|
|
|
|
|
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"
|
2020-04-02 14:36:53 +02:00
|
|
|
#include "ldoblist.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"
|
2019-12-03 16:50:30 +01:00
|
|
|
#include "ldae_exporter.cpp"
|
2019-11-19 11:29:53 +01:00
|
|
|
|