diff options
author | scnorton <scnorton@biociphers.org> | 2019-01-06 15:28:10 -0500 |
---|---|---|
committer | scnorton <scnorton@biociphers.org> | 2019-01-06 15:28:10 -0500 |
commit | 2822d29c0bd7e579388f9d0772a7b5d1af430b31 (patch) | |
tree | 92f3aa48e7de16d0d9c9788294dea0a60a6593db /include/field_specials.h | |
parent | 6a064a4fa4bedaa1e46470645e175ba7d11a2e41 (diff) |
through ScrCmd_bufferstring
Diffstat (limited to 'include/field_specials.h')
-rw-r--r-- | include/field_specials.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/field_specials.h b/include/field_specials.h index 2b7991b55..2d495fdd5 100644 --- a/include/field_specials.h +++ b/include/field_specials.h @@ -4,6 +4,7 @@ #include "global.h" u8 GetLeadMonIndex(void); +u8 CountDigits(u16 number); void TV_PrintIntToStringVar(u8, int); #endif // GUARD_FIELD_SPECIALS_H |