Skip to content

Commit

Permalink
lol
Browse files Browse the repository at this point in the history
  • Loading branch information
relaxtakenotes committed May 28, 2024
1 parent a44bab5 commit 4a7e63b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions action-builder-cpp/src/songs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -142,6 +142,7 @@ namespace songs {
break;
}
default:
break;
//std::cout << "Should never happen!" << std::endl;
}
}
Expand Down
1 change: 0 additions & 1 deletion action-builder-cpp/src/src.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@
<ClInclude Include="playback.h" />
<ClInclude Include="processor.h" />
<ClInclude Include="songs.h" />
<ClInclude Include="tinyutf8.h" />
<ClInclude Include="ui.h" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
Expand Down
3 changes: 0 additions & 3 deletions action-builder-cpp/src/src.vcxproj.filters
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,5 @@
<ClInclude Include="khinsider.h">
<Filter>Header Files</Filter>
</ClInclude>
<ClInclude Include="tinyutf8.h">
<Filter>Header Files</Filter>
</ClInclude>
</ItemGroup>
</Project>

0 comments on commit 4a7e63b

Please sign in to comment.