diff --git a/stepmania/src/Makefile.am b/stepmania/src/Makefile.am index e076a12079..f6e76b90db 100644 --- a/stepmania/src/Makefile.am +++ b/stepmania/src/Makefile.am @@ -316,7 +316,7 @@ RageFileDriverTimeout.cpp RageFileDriverTimeout.h Rage = $(PCRE) $(RageFile) $(RageSoundFileReaders) \ RageBitmapTexture.cpp RageBitmapTexture.h RageDisplay.cpp RageDisplay.h RageDisplay_OGL.cpp RageDisplay_OGL.h \ -RageDisplay_OGL_Extensions.cpp RageDisplay_OGL_Extensions.h \ +RageDisplay_OGL_Helpers.cpp RageDisplay_OGL_Helpers.h \ RageDisplay_Null.cpp RageDisplay_Null.h RageException.cpp RageException.h RageInput.cpp RageInput.h \ RageInputDevice.cpp RageInputDevice.h RageLog.cpp RageLog.h RageMath.cpp RageMath.h \ RageModelGeometry.cpp RageModelGeometry.h RageSound.cpp RageSound.h RageSoundManager.cpp RageSoundManager.h \ diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 96ec8442ba..cb2e325eaa 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -30,7 +30,7 @@ #include "RageDisplay.h" #include "RageDisplay_OGL.h" -#include "RageDisplay_OGL_Extensions.h" +#include "RageDisplay_OGL_Helpers.h" #include "RageUtil.h" #include "RageLog.h" #include "RageTimer.h" diff --git a/stepmania/src/RageDisplay_OGL_Extensions.cpp b/stepmania/src/RageDisplay_OGL_Helpers.cpp similarity index 99% rename from stepmania/src/RageDisplay_OGL_Extensions.cpp rename to stepmania/src/RageDisplay_OGL_Helpers.cpp index e3ca4abc12..1186ebcc94 100644 --- a/stepmania/src/RageDisplay_OGL_Extensions.cpp +++ b/stepmania/src/RageDisplay_OGL_Helpers.cpp @@ -19,7 +19,7 @@ #undef __glext_h_ #include "glext.h" -#include "RageDisplay_OGL_Extensions.h" +#include "RageDisplay_OGL_Helpers.h" #include "RageLog.h" #include "RageUtil.h" #include "arch/LowLevelWindow/LowLevelWindow.h" diff --git a/stepmania/src/RageDisplay_OGL_Extensions.h b/stepmania/src/RageDisplay_OGL_Helpers.h similarity index 100% rename from stepmania/src/RageDisplay_OGL_Extensions.h rename to stepmania/src/RageDisplay_OGL_Helpers.h diff --git a/stepmania/src/StepMania-net2003.vcproj b/stepmania/src/StepMania-net2003.vcproj index bbaab06266..69ea699d37 100644 --- a/stepmania/src/StepMania-net2003.vcproj +++ b/stepmania/src/StepMania-net2003.vcproj @@ -2145,10 +2145,10 @@ cl /Zl /nologo /c verstub.cpp /Fo"$(IntDir)"\ RelativePath="RageDisplay_OGL.h"> + RelativePath="RageDisplay_OGL_Helpers.cpp"> + RelativePath="RageDisplay_OGL_Helpers.h">