commit | 47af65a5266453153e6f96bc93798a1bc6c0a81c | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Wed Dec 01 14:16:31 2021 +1030 |
committer | Ed Tanous <ed@tanous.net> | Wed Dec 08 22:06:13 2021 +0000 |
tree | 78254051ec6e80a8919ce991367e1483945c57c9 | |
parent | 5468c6e953f608331ff455fea51ce541ea2cd9f0 [diff] [blame] |
EntityManager: Split out PerformScan Start breaking down the code so regular people can comprehend it. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I82fec105fbe29bd09145feaaa48fbcb875ca930f
diff --git a/src/meson.build b/src/meson.build index 8a9811b..bab416c 100644 --- a/src/meson.build +++ b/src/meson.build
@@ -3,6 +3,7 @@ executable( 'entity-manager', 'EntityManager.cpp', + 'PerformScan.cpp', 'Overlay.cpp', 'Utils.cpp', cpp_args: cpp_args + ['-DBOOST_ASIO_DISABLE_THREADS'],