summaryrefslogtreecommitdiff
path: root/include/save.h
AgeCommit message (Collapse)Author
2018-04-07Actually decompile start_menu_debug through DebugMenu_8076EF4PikalaxALT
2018-01-13refactor more of save.ccamthesaxman
2018-01-13clean up save.ccamthesaxman
2017-11-04more fixesProjectRevoTPP
2017-07-13finish decompiling record_mixingcamthesaxman
2017-06-13Fix leading whitespace; remove unnecessary data struct macrosPikalaxALT
2017-05-04use macros and defines for save.c making it easier to add new sectionsProjectRevoTPP
2017-03-18reorganize and add new headers for many filesProjectRevoTPP
2017-01-28tabs to spacesYamaArashi
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