mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 21:26:25 +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>
|
#include <iostream>
|
||||||
|
|
||||||
void printOctalCode(unsigned char * octalCode);
|
void printOctalCode(unsigned char * octalCode);
|
||||||
|
int bytesRequiredForCodeLength(unsigned char threeBitCodes);
|
||||||
unsigned char * childOctalCode(unsigned char * parentOctalCode, char childNumber);
|
unsigned char * childOctalCode(unsigned char * parentOctalCode, char childNumber);
|
||||||
|
|
||||||
#endif /* defined(__hifi__OctalCode__) */
|
#endif /* defined(__hifi__OctalCode__) */
|
||||||
|
|
Loading…
Reference in a new issue