Skip to content

Commit

Permalink
Revert "Complete plugin structure rewrite"
Browse files Browse the repository at this point in the history
This reverts commit 6b5b5d0.
  • Loading branch information
Larsluph committed Feb 11, 2022
1 parent 6b5b5d0 commit 009b700
Show file tree
Hide file tree
Showing 20 changed files with 1,031 additions and 1,233 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.vs/
build/
plugins/
Release/
x64/
RocketStatsNusa/*
!RocketStatsNusa/*.cpp
!RocketStatsNusa/*.h
Expand Down
10 changes: 5 additions & 5 deletions RocketStats.sln
Original file line number Diff line number Diff line change
@@ -1,22 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32106.194
VisualStudioVersion = 16.0.30503.244
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RocketStats", "RocketStats/RocketStats.vcxproj", "{3A9A96B9-4537-4B8E-8164-181A6B3C8B7F}"
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RocketStats", "RocketStats\RocketStats.vcxproj", "{99C07F6D-C7AD-499D-B9D8-880EEDF0A2D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{3A9A96B9-4537-4B8E-8164-181A6B3C8B7F}.Release|x64.ActiveCfg = Release|x64
{3A9A96B9-4537-4B8E-8164-181A6B3C8B7F}.Release|x64.Build.0 = Release|x64
{99C07F6D-C7AD-499D-B9D8-880EEDF0A2D0}.Release|x64.ActiveCfg = Release|x64
{99C07F6D-C7AD-499D-B9D8-880EEDF0A2D0}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {38C8FFD4-CAFC-42B7-B30C-4745DE24D9B0}
SolutionGuid = {FFB97C48-88FC-4296-8A11-1B5C324BCB26}
EndGlobalSection
EndGlobal
23 changes: 0 additions & 23 deletions RocketStats/BakkesMod.props

This file was deleted.

51 changes: 0 additions & 51 deletions RocketStats/RS_BoostHooks.cpp

This file was deleted.

76 changes: 0 additions & 76 deletions RocketStats/RS_FileIO.cpp

This file was deleted.

142 changes: 0 additions & 142 deletions RocketStats/RS_GameHooks.cpp

This file was deleted.

Loading

0 comments on commit 009b700

Please sign in to comment.