summaryrefslogtreecommitdiff
path: root/include/map_obj_lock.h
AgeCommit message (Collapse)Author
2018-05-29Unify 'map object' and 'field object' terms into 'event object'Marcus Huderle
2017-09-10lots more renamingcamthesaxman
2017-01-04name some functionsYamaArashi
2016-11-30Declare more non-static functions in header files (#111)Marijn van der Werf
* Declare more non-static functions in header files * Use `(void)` for functions without arguments. * Move global-included data to seperate headers * Don't import types or global in header * Fix fieldmap imports * Revert in-code changes * Add missing newlines