mirror of
https://github.com/rrika/cdcEngineDXHR.git
synced 2024-11-23 13:39:54 +00:00
I think code/game/ in TR corresponds to game/ in DX:HR
This commit is contained in:
parent
8cf711f634
commit
654d8ac531
@ -1,2 +1,2 @@
|
||||
target_sources(dxhr PRIVATE
|
||||
code/game/script/_NativeScripts.cpp)
|
||||
game/script/_NativeScripts.cpp)
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user