more bug fixes
This commit is contained in:
@@ -1,20 +1,18 @@
|
||||
#pragma once
|
||||
/*
|
||||
-----------------------------------------------------------------------------
|
||||
File: MusicSortDisplay.h
|
||||
Class: MusicSortDisplay
|
||||
|
||||
Desc: A graphic displayed in the MusicSortDisplay during Dancing.
|
||||
|
||||
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
||||
Chris Danford
|
||||
-----------------------------------------------------------------------------
|
||||
*/
|
||||
|
||||
class MusicSortDisplay;
|
||||
|
||||
|
||||
#ifndef _MusicSortDisplay_H_
|
||||
#define _MusicSortDisplay_H_
|
||||
|
||||
|
||||
#include "Sprite.h"
|
||||
#include "GameConstantsAndTypes.h"
|
||||
|
||||
@@ -29,6 +27,3 @@ public:
|
||||
protected:
|
||||
|
||||
};
|
||||
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user