summaryrefslogtreecommitdiff
path: root/include/record_mixing.h
AgeCommit message (Collapse)Author
2017-10-21More battle_tower workMarcus Huderle
2017-07-14clean up a bitcamthesaxman
2017-07-13finish decompiling record_mixingcamthesaxman
2017-07-13decompile stuffcamthesaxman
2017-06-05Nonmatching sub_80B9BC4scnorton
2017-06-05Assign types to structures passed to secret base exchange packet receipt ↵scnorton
subroutine staged for decompilation; decompile sub_8041324
2017-05-21More record_mixing maintenanceNieDzejkob
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