From e14b05a95d4af775b6ab1dc58f60b5234fc99197 Mon Sep 17 00:00:00 2001 From: jyelon Date: Wed, 18 Oct 2023 17:38:53 -0400 Subject: [PATCH] Renamed base-writer to base-buffer. --- Source/Integration/StringDecoder.h | 2 +- luprex-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Source/Integration/StringDecoder.h b/Source/Integration/StringDecoder.h index b5d2abc8..79378c0c 100644 --- a/Source/Integration/StringDecoder.h +++ b/Source/Integration/StringDecoder.h @@ -1,7 +1,7 @@ #pragma once #include "CoreMinimal.h" -#include "lpx-basewriter.hpp" +#include "lpx-basebuffer.hpp" ///////////////////////////////////////////////////// // diff --git a/luprex-install.sh b/luprex-install.sh index e75119b7..8bd7e74f 100755 --- a/luprex-install.sh +++ b/luprex-install.sh @@ -12,7 +12,7 @@ LUPREX=$HOME/luprex rm -f Source/Integration/lpx-*.hpp rm -f Source/Integration/lpx-*.cpp -echo '#include "'$LUPREX'/ext/base-writer.hpp"' > Source/Integration/lpx-basewriter.hpp +echo '#include "'$LUPREX'/ext/base-buffer.hpp"' > Source/Integration/lpx-basebuffer.hpp echo '#include "'$LUPREX'/cpp/drv/drvutil.hpp"' > Source/Integration/lpx-drvutil.hpp echo '#include "'$LUPREX'/cpp/drv/drvutil.cpp"' > Source/Integration/lpx-drvutil.cpp echo '#include "'$LUPREX'/cpp/core/enginewrapper.hpp"' > Source/Integration/lpx-enginewrapper.hpp