]> git.seodisparate.com - EntityComponentMetaSystem/commit
Heavy refactorings
authorStephen Seo <seo.disparate@gmail.com>
Tue, 7 Sep 2021 08:03:08 +0000 (17:03 +0900)
committerStephen Seo <seo.disparate@gmail.com>
Tue, 7 Sep 2021 08:04:20 +0000 (17:04 +0900)
commitbe43cd03c5fe4e087d8e27e46809ce749c396cd7
treef197975583e3a6c43b97b0db8f2d0c660c674325
parentdc7c29f7cc2405844d48c794e7a58fc9cc2ed4a7
Heavy refactorings

Use temporary structs instead of tuples.
Enforce max line width of 80 characters.
Fix warning related to ECTest.cpp .

Note that currently this commit appears to be unable to be built by GCC,
but compiles OK with Clang.
src/EC/Manager.hpp
src/test/ECTest.cpp