Skip to content

Commit

Permalink
fix: remove bit_functions from vcxproj (#3108)
Browse files Browse the repository at this point in the history
At some point, the bit_functions.cpp and bit_functions.h files were
removed from the project, but they continued to be referenced in the
Visual Studio .vcxproj file, causing an error when trying to compile
using it.
  • Loading branch information
MUN1Z authored Nov 13, 2024
1 parent ee946aa commit 350b04e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vcproj/canary.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@
<ClInclude Include="..\src\lua\functions\core\game\zone_functions.hpp" />
<ClInclude Include="..\src\lua\functions\core\game\lua_enums.hpp" />
<ClInclude Include="..\src\lua\functions\core\game\modal_window_functions.hpp" />
<ClInclude Include="..\src\lua\functions\core\libs\bit_functions.hpp" />
<ClInclude Include="..\src\lua\functions\core\libs\core_libs_functions.hpp" />
<ClInclude Include="..\src\lua\functions\core\libs\kv_functions.hpp" />
<ClInclude Include="..\src\lua\functions\core\libs\db_functions.hpp" />
Expand Down Expand Up @@ -336,7 +335,6 @@
<ClCompile Include="..\src\lua\functions\core\game\zone_functions.cpp" />
<ClCompile Include="..\src\lua\functions\core\game\lua_enums.cpp" />
<ClCompile Include="..\src\lua\functions\core\game\modal_window_functions.cpp" />
<ClCompile Include="..\src\lua\functions\core\libs\bit_functions.cpp" />
<ClCompile Include="..\src\lua\functions\core\libs\kv_functions.cpp" />
<ClCompile Include="..\src\lua\functions\core\libs\db_functions.cpp" />
<ClCompile Include="..\src\lua\functions\core\libs\result_functions.cpp" />
Expand Down

0 comments on commit 350b04e

Please sign in to comment.