mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-22 00:09:18 +02:00
refactoring: basic application code wrapper
This commit is contained in:
4
Track.h
4
Track.h
@@ -126,9 +126,9 @@ private:
|
||||
// trajektoria ruchu - opakowanie
|
||||
class TTrack : public scene::basic_node {
|
||||
|
||||
friend class opengl_renderer;
|
||||
friend opengl_renderer;
|
||||
// NOTE: temporary arrangement
|
||||
friend class ui_layer;
|
||||
friend ui_layer;
|
||||
|
||||
private:
|
||||
TIsolated * pIsolated = nullptr; // obwód izolowany obsługujący zajęcia/zwolnienia grupy torów
|
||||
|
||||
Reference in New Issue
Block a user