summaryrefslogtreecommitdiff
path: root/include/field_camera.h
AgeCommit message (Collapse)Author
2017-09-09gUnknown_0202E844 -> gCamera; fix internal compiler errorPikalaxALT
2017-06-27Finish decompiling field_tasks.sscnorton
2017-05-23Some more functions related to FMO camera and special animsscnorton
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