Skip to content

Commit

Permalink
Rename "Statistics_Internal.h" file for case consistency.
Browse files Browse the repository at this point in the history
  • Loading branch information
DreamyCecil committed Aug 12, 2024
1 parent 8160332 commit 09ccafa
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion Sources/Engine/Engine.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@
<ClInclude Include="Base\Shell.h" />
<ClInclude Include="Base\Shell_internal.h" />
<ClInclude Include="Base\Statistics.h" />
<ClInclude Include="Base\Statistics_Internal.h" />
<ClInclude Include="Base\Statistics_internal.h" />
<ClInclude Include="Base\Stream.h" />
<ClInclude Include="Base\Synchronization.h" />
<ClInclude Include="Base\Timer.h" />
Expand Down
2 changes: 1 addition & 1 deletion Sources/Engine/Engine.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,7 @@
<ClInclude Include="Base\Statistics.h">
<Filter>Header Files\Base Headers</Filter>
</ClInclude>
<ClInclude Include="Base\Statistics_Internal.h">
<ClInclude Include="Base\Statistics_internal.h">
<Filter>Header Files\Base Headers</Filter>
</ClInclude>
<ClInclude Include="Base\Stream.h">
Expand Down

0 comments on commit 09ccafa

Please sign in to comment.