16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-19 21:29:19 +02:00
Files
maszyna/widgets/map_objects.cpp
2019-02-25 00:41:11 +01:00

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;