19 lines
459 B
C++
19 lines
459 B
C++
#include "stdafx.h"
|
|
/*
|
|
-----------------------------------------------------------------------------
|
|
File: DifficultyIcon.h
|
|
|
|
Desc: A graphic displayed in the DifficultyIcon during Dancing.
|
|
|
|
Copyright (c) 2001-2002 by the persons listed below. All rights reserved.
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
#include "DifficultyIcon.h"
|
|
#include "RageUtil.h"
|
|
#include "ScreenDimensions.h"
|
|
#include "ThemeManager.h"
|
|
|
|
|
|
|