Files
itgmania212121/stepmania/src/GhostArrowBright.h
T

29 lines
578 B
C++

#pragma once
/*
-----------------------------------------------------------------------------
Class: GhostArrowBright
Desc: Ghost arrow used when over 100 combo.
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
Ben Nordstrom
Chris Danford
-----------------------------------------------------------------------------
*/
#include "Sprite.h"
#include "GameConstantsAndTypes.h"
class GhostArrowBright : public Sprite
{
public:
GhostArrowBright();
virtual void Update( float fDeltaTime );
void Step( TapNoteScore score );
protected:
};