chore(fmod): add files from Chensne/DragonNest

This commit is contained in:
phaneron 2025-08-19 10:12:56 -04:00
commit 50fb3c6b1c
544 changed files with 315778 additions and 0 deletions

6
lib/neural_thx/Brev_Table.c Executable file
View file

@ -0,0 +1,6 @@
#include "Neural_THX_Encoders.h"
unsigned char * GetBrevTable(){
return (unsigned char*)BRev;
}