From b984831d4df70454b37e4a738caef0ac36c0464c Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 17 Dec 2006 08:13:42 +0000 Subject: [PATCH] SUPPORT_OPENGL by default. (The general guideline for arch_setup is "provide reasonable behavior by default"; arch_setup should set up things special for that architecture, with a minimum of boilerplate.) --- stepmania/src/StepMania.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stepmania/src/StepMania.cpp b/stepmania/src/StepMania.cpp index fb0c5bfb90..5225ddcd7a 100644 --- a/stepmania/src/StepMania.cpp +++ b/stepmania/src/StepMania.cpp @@ -31,10 +31,13 @@ #include "Game.h" #include "RageSurface.h" #include "RageSurface_Load.h" -#include "arch/arch.h" #include "CatalogXml.h" #include "ExportStrings.h" +#if !defined(SUPPORT_OPENGL) && !defined(SUPPORT_D3D) +#define SUPPORT_OPENGL +#endif + // // StepMania global classes //