mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-26 00:51:23 +00:00
22 lines
706 B
Plaintext
22 lines
706 B
Plaintext
//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.
|
|
|
|
#include "map_files\generic\CentCom_skyrat.dmm" //SKYRAT EDIT ADDITION - SMMS
|
|
|
|
#include "map_files\generic\CentCom_skyrat_z2.dmm" //SKYRAT EDIT ADDITION - SMMS
|
|
|
|
#ifndef LOWMEMORYMODE
|
|
#ifdef ALL_MAPS
|
|
#include "map_files\Mining\Lavaland.dmm"
|
|
#include "map_files\debug\runtimestation.dmm"
|
|
#include "map_files\debug\multiz.dmm"
|
|
#include "map_files\Deltastation\DeltaStation2.dmm"
|
|
#include "map_files\KiloStation\KiloStation.dmm"
|
|
#include "map_files\MetaStation\MetaStation.dmm"
|
|
#include "map_files\IceBoxStation\IceBoxStation.dmm"
|
|
|
|
#ifdef CIBUILDING
|
|
#include "templates.dm"
|
|
#endif
|
|
#endif
|
|
#endif
|