Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Imrglop committed Oct 1, 2024
1 parent 350c70e commit c0621b3
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
4 changes: 4 additions & 0 deletions LatiteRewrite.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -826,6 +826,10 @@
<FileType>Document</FileType>
</ClInclude>
<None Include="assets\lang\ar_AR.json" />
<None Include="assets\lang\cs_CZ.json" />
<None Include="assets\lang\fr_FR.json" />
<None Include="assets\lang\ja_JP.json" />
<None Include="assets\lang\pt_BR.json" />
<None Include="CMakePresets.json" />
<None Include="CppProperties.json" />
<None Include="src\client\script\js\latiteapi.js" />
Expand Down
19 changes: 8 additions & 11 deletions LatiteRewrite.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -319,8 +319,6 @@
<ClInclude Include="src\client\Latite.h" />
<ClInclude Include="src\client\localization\LocalizeData.h" />
<ClInclude Include="src\client\localization\LocalizeString.h" />
<ClInclude Include="src\client\misc\AuthWindow.h" />
<ClInclude Include="src\client\misc\ClientMessageSink.h" />
<ClInclude Include="src\api\feature\module\Module.h" />
<ClInclude Include="src\api\feature\module\ModuleManager.h" />
<ClInclude Include="src\client\feature\module\impl\misc\TestModule.h" />
Expand Down Expand Up @@ -759,6 +757,9 @@
<ClInclude Include="src\util\Util.h" />
<ClInclude Include="src\util\XorString.h" />
<ClInclude Include="src\client\feature\module\impl\hud\TabList.h" />
<ClInclude Include="assets\lang\pt_PT.json" />
<ClInclude Include="assets\lang\zh_CN.json" />
<ClInclude Include="assets\lang\zh_TW.json" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="LatiteRewrite.rc" />
Expand Down Expand Up @@ -788,9 +789,6 @@
<ClCompile Include="src\client\hook\Hook.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\client\misc\ClientMessageSink.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\sdk\common\client\game\ClientInstance.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -860,9 +858,6 @@
<ClCompile Include="src\util\DxUtil.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\client\misc\AuthWindow.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="src\client\render\Renderer.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -1236,9 +1231,11 @@
<None Include="CMakePresets.json" />
<None Include="CppProperties.json" />
<None Include="src\client\script\js\latiteapi.js" />
<None Include="assets\lang\pt_PT.json" />
<None Include="assets\lang\zh_CN.json" />
<None Include="assets\lang\zh_TW.json" />
<None Include="assets\lang\ar_AR.json" />
<None Include="assets\lang\cs_CZ.json" />
<None Include="assets\lang\fr_FR.json" />
<None Include="assets\lang\ja_JP.json" />
<None Include="assets\lang\pt_BR.json" />
</ItemGroup>
<ItemGroup>
<ResourceCompile Include="LatiteRewrite.rc">
Expand Down

0 comments on commit c0621b3

Please sign in to comment.