project-imprimis / libprimis

Libprimis: Imprimis' 3D destroyable world engine
https://project-imprimis.github.io/libprimis/index.html
Other
29 stars 8 forks source link

Create hitzone.cpp, closes #211 #226

Closed no-lex closed 3 years ago

no-lex commented 3 years ago

This pull request moves hitzone object member functions into hitzone.cpp and leaves hitzone.h as an ordinary header, rather than a fat one containing a ton of implementation details. This should make the gigantic rendermodels compilation unit much smaller and improve interface readability significantly.