]> code.bitgloo.com Git - clyne/gamedev2.git/commit
add cereal and entityx submodules; fix compile errors
authorClyne Sullivan <clyne@bitgloo.com>
Sat, 20 Aug 2022 00:52:59 +0000 (20:52 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Sat, 20 Aug 2022 00:52:59 +0000 (20:52 -0400)
commitbdc0e843a4762a1abddebc53d12a351debe8d457
treead4c2023c5c03527b628108f2c76bf42c354724c
parentd1dd9743d93009eef7d32d5403eeefbba29c2ee6
add cereal and entityx submodules; fix compile errors
17 files changed:
.gitmodules
Makefile
lib/cereal [new submodule]
lib/entityx [new submodule]
lib/libentityx.a
src/components/Audio.hpp
src/components/Component.hpp
src/components/EventListener.hpp
src/components/Light.hpp
src/components/Name.hpp
src/components/Physics.hpp
src/components/Player.hpp
src/components/Position.hpp
src/components/Render.hpp
src/components/Script.hpp
src/components/Velocity.hpp
src/gamestate.hpp