summaryrefslogtreecommitdiff
path: root/include/intro.h
AgeCommit message (Collapse)Author
2017-05-21Various intro namingNieDzejkob
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
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