19 lines
425 B
C++
19 lines
425 B
C++
#include "stdafx.h"
|
|||
|
|
/*
|
||
|
|
-----------------------------------------------------------------------------
|
||
|
|
File: FootMeter.h
|
||
|
|
|
||
|
|
Desc: A graphic displayed in the FootMeter during Dancing.
|
||
|
|
|
||
|
|
Copyright (c) 2001 Chris Danford. All rights reserved.
|
||
|
|
-----------------------------------------------------------------------------
|
||
|
|
*/
|
||
|
|
|
||
|
|
#include "FootMeter.h"
|
||
|
|
#include "RageUtil.h"
|
||
|
|
#include "ScreenDimensions.h"
|
||
|
|
#include "ThemeManager.h"
|
||
|
|
|
||
|
|
|
||
|
|
|