Renamed base-writer to base-buffer.

This commit is contained in:
2023-10-18 17:38:53 -04:00
parent f647025a97
commit e14b05a95d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
#pragma once #pragma once
#include "CoreMinimal.h" #include "CoreMinimal.h"
#include "lpx-basewriter.hpp" #include "lpx-basebuffer.hpp"
///////////////////////////////////////////////////// /////////////////////////////////////////////////////
// //

View File

@@ -12,7 +12,7 @@ LUPREX=$HOME/luprex
rm -f Source/Integration/lpx-*.hpp rm -f Source/Integration/lpx-*.hpp
rm -f Source/Integration/lpx-*.cpp 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.hpp"' > Source/Integration/lpx-drvutil.hpp
echo '#include "'$LUPREX'/cpp/drv/drvutil.cpp"' > Source/Integration/lpx-drvutil.cpp echo '#include "'$LUPREX'/cpp/drv/drvutil.cpp"' > Source/Integration/lpx-drvutil.cpp
echo '#include "'$LUPREX'/cpp/core/enginewrapper.hpp"' > Source/Integration/lpx-enginewrapper.hpp echo '#include "'$LUPREX'/cpp/core/enginewrapper.hpp"' > Source/Integration/lpx-enginewrapper.hpp