mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-19 14:39:18 +02:00
5 lines
159 B
C++
5 lines
159 B
C++
#include "widgets/map_objects.h"
|
|
|
|
std::vector<std::shared_ptr<map::semaphore>> map::Semaphores;
|
|
std::vector<std::shared_ptr<map::track_switch>> map::Switches;
|