mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-19 02:59:17 +01:00
20 lines
593 B
Plaintext
20 lines
593 B
Plaintext
//#define LOWMEMORYMODE //uncomment this to load centcom and runtime station and thats it.
|
|
|
|
#include "map_files\generic\CentCom.dmm"
|
|
|
|
#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\MetaStation\MetaStation.dmm"
|
|
#include "map_files\PubbyStation\PubbyStation.dmm"
|
|
#include "map_files\IceBoxStation\IceBoxStation.dmm"
|
|
|
|
#ifdef TRAVISBUILDING
|
|
#include "templates.dm"
|
|
#endif
|
|
#endif
|
|
#endif
|