From 007ddd017e503028eb89fd5415da2090664fe999 Mon Sep 17 00:00:00 2001 From: Hirek193 Date: Sun, 15 Mar 2026 01:39:52 +0100 Subject: [PATCH] Add entitysystem/ to directoryDescription.md --- directoryDescription.md | 1 + 1 file changed, 1 insertion(+) diff --git a/directoryDescription.md b/directoryDescription.md index eb943fb9..3ab5d0c6 100644 --- a/directoryDescription.md +++ b/directoryDescription.md @@ -21,3 +21,4 @@ | utilities/ | Logging, timing, parsing, math, globals, crash reporter | | world/ | Tracks, traction, events, memory cells, stations | | vehicle/ | Train, dynamic objects, driver, gauges, camera | +| entitysystem/ | EnTT wrapper, components, helpers |