From 272197a252427ca0973ba49547652e79fee3a8d1 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Thu, 24 Oct 2002 08:38:53 +0000 Subject: [PATCH] move STDCArray after CArray defs so CStringArray is always STDCArray-based --- stepmania/src/StdAfx.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/stepmania/src/StdAfx.h b/stepmania/src/StdAfx.h index d4b9ee94a9..9046f61d3a 100644 --- a/stepmania/src/StdAfx.h +++ b/stepmania/src/StdAfx.h @@ -46,8 +46,6 @@ using namespace std; #endif #include -#include "STDCarray.h" - #if 0 #include "StdString.h" @@ -90,6 +88,9 @@ inline const T& min(const T &a, const T &b, P Pr) #endif +#include "STDCarray.h" +#define CStringArray StdCArray + /* Include this here to make sure our assertion handler is always * used. (This file is a dependency of most everything anyway, * so there's no real problem putting it here.) */