summaryrefslogtreecommitdiff
path: root/src/cObject.h
AgeCommit message (Collapse)Author
2019-03-07Switched to unsigned cariables for all counting loops and buffer accessesGravatar Jonas Gunz
2019-03-06converting size variables to unsigned #1Gravatar Jonas Gunz
2019-03-06Updated Object writing to framebufferGravatar Jonas Gunz
cObject now handles writing itself to the framebuffer with write() instead of passing the cScreen pointer to cObjectHandler
2019-03-06Collision updateGravatar Jonas Gunz
Changed collision parameters for onCollision fuinctions to pass the movement delta of moved Object
2019-03-06Directory updatesGravatar Jonas Gunz
Moved source files to ./src and exmaple and test to ./example Updated Makefile and .doxygen to use those directorys