Files
itgmania212121/stepmania/src/NoteFieldPlus.h
T
2003-11-27 05:18:28 +00:00

26 lines
468 B
C++

#ifndef NOTEFIELDPLUS_H
#define NOTEFIELDPLUS_H
/*
-----------------------------------------------------------------------------
Class: NoteFieldPlus
Desc: NoteField + gray and ghost arrows.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Chris Danford
-----------------------------------------------------------------------------
*/
#include "NoteField.h"
class NoteFieldPlus : public NoteField
{
public:
protected:
};
#endif