More documentation and enums

This commit is contained in:
PikalaxALT
2018-11-27 08:44:24 -05:00
parent 7e684b32f1
commit a738e3dca5
5 changed files with 45 additions and 43 deletions
+6
View File
@@ -22,6 +22,12 @@ enum {
FAMECHECKER_GIOVANNI
};
enum {
FCPICKSTATE_NO_DRAW,
FCPICKSTATE_SILHOUETTE,
FCPICKSTATE_COLORED
};
void ResetFameChecker(void);
void UseFameChecker(MainCallback savedCallback);