Updated Using Havok reflection data and public information (markdown)

Léo Lam 2022-01-07 20:05:41 +01:00
parent f9d09abde1
commit d74dbc0cf5
1 changed files with 1 additions and 1 deletions

@ -22,7 +22,7 @@ Havok class constructors and/or their vtables are sometimes referenced from a gi
Havok is out of the scope of this decompilation project, but obviously BotW code that uses inlined Havok utilities and interacts with Havok functions still needs to be decompiled.
Using the headers is permitted, but you should not copy entire files or chunks of code from the headers when implementing stubs. To repeat:
Referencing the headers is permitted, but you should not copy entire files or chunks of code (non-trivial implementation code -- porting class/method/enum/... declarations is okay) from the headers when implementing stubs. To repeat:
**DO NOT COPY ENTIRE FILES FROM THE PUBLIC HEADERS EVEN THOUGH THEY ARE FREELY AND PUBLICLY AVAILABLE.**