I think code/game/ in TR corresponds to game/ in DX:HR

This commit is contained in:
Adam Jensen 2022-12-22 23:02:48 +00:00
parent 8cf711f634
commit 654d8ac531
4 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
target_sources(dxhr PRIVATE
code/game/script/_NativeScripts.cpp)
game/script/_NativeScripts.cpp)

View File

@ -1,6 +1,6 @@
#include "NsScaleformMovieController.h"
#include "cdcScript/ScriptSymbol.h"
#include "code/game/script/game/_NsScaleformMovieController.h"
#include "game/script/game/_NsScaleformMovieController.h"
int32_t NsScaleformMovieController::TestPrefixAndProcessMovieFunction(
const char *methodName,