Skip to content
This repository has been archived by the owner on Oct 10, 2024. It is now read-only.

Commit

Permalink
fixed some files being accidently in root directory
Browse files Browse the repository at this point in the history
  • Loading branch information
v0idp committed Dec 9, 2021
1 parent 5e63a01 commit d00c514
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions AmongUsMenu.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,13 @@
<ClCompile Include="hooks\LobbyBehaviour.cpp" />
<ClCompile Include="hooks\NoShadowBehaviour.cpp" />
<ClCompile Include="hooks\PlainDoor.cpp" />
<ClCompile Include="hooks\PlayerPhysics.cpp" />
<ClCompile Include="hooks\PolusShipStatus.cpp" />
<ClCompile Include="hooks\RoleManager.cpp" />
<ClCompile Include="hooks\UnityDebug.cpp" />
<ClCompile Include="PlayerPhysics.cpp" />
<ClCompile Include="RoleManager.cpp" />
<ClCompile Include="RpcSetRole.cpp" />
<ClCompile Include="rpc\CustomRpcHandler.cpp" />
<ClCompile Include="rpc\RpcPlayerAppearance.cpp" />
<ClCompile Include="rpc\RpcSetRole.cpp" />
<ClCompile Include="rpc\RpcUsePlatform.cpp" />
<ClCompile Include="user\keybinds.cpp">
<PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
Expand Down
18 changes: 9 additions & 9 deletions AmongUsMenu.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,6 @@
<ClCompile Include="rpc\RpcPlayerAppearance.cpp">
<Filter>rpc</Filter>
</ClCompile>
<ClCompile Include="RoleManager.cpp">
<Filter>hooks</Filter>
</ClCompile>
<ClCompile Include="RpcSetRole.cpp">
<Filter>rpc</Filter>
</ClCompile>
<ClCompile Include="gui\console.cpp">
<Filter>gui</Filter>
</ClCompile>
Expand Down Expand Up @@ -268,15 +262,21 @@
<ClCompile Include="events\DisconnectEvent.cpp">
<Filter>events</Filter>
</ClCompile>
<ClCompile Include="PlayerPhysics.cpp">
<Filter>hooks</Filter>
</ClCompile>
<ClCompile Include="events\ShapeShiftEvent.cpp">
<Filter>events</Filter>
</ClCompile>
<ClCompile Include="events\ProtectPlayerEvent.cpp">
<Filter>events</Filter>
</ClCompile>
<ClCompile Include="hooks\RoleManager.cpp">
<Filter>hooks</Filter>
</ClCompile>
<ClCompile Include="hooks\PlayerPhysics.cpp">
<Filter>hooks</Filter>
</ClCompile>
<ClCompile Include="rpc\RpcSetRole.cpp">
<Filter>rpc</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="appdata\il2cpp-api-functions.h">
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit d00c514

Please sign in to comment.