Skip to content

Commit

Permalink
Renamed EntryPoint.cpp to Main.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkHC committed Mar 18, 2016
1 parent 9b22aca commit 87fa8a5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CSGOSimple/CSGOSimple.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<ItemGroup>
<ClCompile Include="DrawManager.cpp" />
<ClCompile Include="EntityESP.cpp" />
<ClCompile Include="EntryPoint.cpp" />
<ClCompile Include="Main.cpp" />
<ClCompile Include="Hooks.cpp" />
<ClCompile Include="ImGUI\DX9\imgui_impl_dx9.cpp" />
<ClCompile Include="ImGUI\imgui.cpp" />
Expand Down
6 changes: 3 additions & 3 deletions CSGOSimple/CSGOSimple.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
</Filter>
</ItemGroup>
<ItemGroup>
<ClCompile Include="EntryPoint.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Options.cpp">
<Filter>Source Files</Filter>
</ClCompile>
Expand Down Expand Up @@ -72,6 +69,9 @@
<ClCompile Include="SourceEngine\Convar.cpp">
<Filter>Source Files</Filter>
</ClCompile>
<ClCompile Include="Main.cpp">
<Filter>Source Files</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="Options.hpp">
Expand Down
File renamed without changes.

0 comments on commit 87fa8a5

Please sign in to comment.