aboutsummaryrefslogtreecommitdiff
path: root/src/util/basic_macros.h
AgeCommit message (Collapse)Author
2017-05-06Clean up numeric.h and split FacePositionCache from itShadowNinja
I also optiized FacePositionCache a bit: I removed a map lookup and vector copy from both branches of getFacePosition.
2016-12-24Move PP() and PP2() macros to basic_macros.hRogier
Instead of redefining them everywhere.
2015-11-03Silence 'unused typedef' warning for STATIC_ASSERT()kwolekr
2015-11-02Rename and move basicmacros.h to util/basic_macros.hest31