use FOREACH_ENUM2

This commit is contained in:
Glenn Maynard
2006-09-27 05:18:47 +00:00
parent 73f9ccd0d8
commit 2eca7b670c
28 changed files with 47 additions and 47 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
#include "LuaBinding.h"
const RString& NoteNotePartToString( NotePart i );
#define FOREACH_NotePart( i ) FOREACH_ENUM( NotePart, NUM_NotePart, i )
#define FOREACH_NotePart( i ) FOREACH_ENUM2( NotePart, i )
static const char *NotePartNames[] = {
"TapNote",