summaryrefslogtreecommitdiff
path: root/src/util.hpp
Commit message (Collapse)AuthorAge
* Split types.h into separate header for each typeBardur Arantsson2015-06-07
|
* Change in_bounds* and panel_contains macros to functions in util.ccBardur Arantsson2015-03-07
|
* Split util.cc function declarations into separate header filesBardur Arantsson2015-02-23
| | | | | We need one .h file and one .hpp since some of the functions are being called from plain C code.
* Switch almost everything over to C++Bardur Arantsson2013-09-27