7 lines
99 B
C
7 lines
99 B
C
|
|
#include "Neural_THX_Encoders.h"
|
||
|
|
|
||
|
|
unsigned char * GetBrevTable(){
|
||
|
|
return (unsigned char*)BRev;
|
||
|
|
}
|
||
|
|
|