Skip to content

Commit

Permalink
Fix of CFileMgr.cpp path (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
MiranDMC authored Mar 21, 2024
1 parent 130f720 commit ef11b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cleo_plugins/Text/Text.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ xcopy /Y "$(OutDir)$(TargetName).*" "$(GTA_SA_DIR)\cleo\cleo_plugins\"
<ClCompile Include="$(PLUGIN_SDK_DIR)\shared\DynAddress.cpp" />
<ClCompile Include="$(PLUGIN_SDK_DIR)\shared\GameVersion.cpp" />
<ClCompile Include="$(PLUGIN_SDK_DIR)\shared\Patch.cpp" />
<ClCompile Include="$(PLUGIN_SDK_DIR)\third-party\plugin-sdk\plugin_sa\game_sa\CFileMgr.cpp" />
<ClCompile Include="$(PLUGIN_SDK_DIR)\plugin_sa\game_sa\CFileMgr.cpp" />
<ClCompile Include="crc32.cpp" />
<ClCompile Include="CTextManager.cpp" />
<ClCompile Include="Text.cpp" />
Expand Down

0 comments on commit ef11b98

Please sign in to comment.