summaryrefslogtreecommitdiff
path: root/src/player.h
AgeCommit message (Collapse)Author
2022-12-17styling: Reformat the entire code base based on clang-formatJohnny Richard
The following command has been executed: clang-format -i src/*.c src/*.h test/*.c Signed-off-by: Johnny Richard <johnny@johnnyrichard.com>
2022-12-08fix: adjust a player coord to use negative valuesFabio Maciel
2022-04-20player: Introduce player objectJohnny Richard