mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 16:55:07 +02:00
make bytesRequiredForCodeLength method visible in header
This commit is contained in:
parent
e8ebaeb497
commit
970daa511d
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#include <iostream>
|
||||
|
||||
void printOctalCode(unsigned char * octalCode);
|
||||
int bytesRequiredForCodeLength(unsigned char threeBitCodes);
|
||||
unsigned char * childOctalCode(unsigned char * parentOctalCode, char childNumber);
|
||||
|
||||
#endif /* defined(__hifi__OctalCode__) */
|
||||
|
|
Loading…
Reference in a new issue