]> code.bitgloo.com Git - clyne/game.git/commit
refactor and split into headers
authorClyne Sullivan <clyne@bitgloo.com>
Mon, 5 Aug 2024 14:33:14 +0000 (10:33 -0400)
committerClyne Sullivan <clyne@bitgloo.com>
Mon, 5 Aug 2024 14:33:14 +0000 (10:33 -0400)
commit66991ce9b81f4af3c095d38fa2187837d94e5469
treef889b93e33ad346e69f070da3fa9f8af9c943393
parentb2eb646979b9cdcef4f9edfbcc2e2309b1f57a18
refactor and split into headers
Makefile
include/components/player.hpp [new file with mode: 0644]
include/components/point.hpp [new file with mode: 0644]
include/components/texture.hpp [new file with mode: 0644]
include/components/velocity.hpp [new file with mode: 0644]
include/vec2.hpp [new file with mode: 0644]
include/window.hpp [new file with mode: 0644]
main.cpp
window.cpp [new file with mode: 0644]