2002-05-19 01:59:48 +00:00
|
|
|
#pragma once
|
2001-12-19 05:04:20 +00:00
|
|
|
/*
|
|
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
|
File: StepMania.h
|
|
|
|
|
|
2002-05-19 01:59:48 +00:00
|
|
|
Desc: Objects accessable from anywhere in the program.
|
2001-12-19 05:04:20 +00:00
|
|
|
|
2002-05-19 01:59:48 +00:00
|
|
|
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
|
|
|
|
Chris Danford
|
2001-12-19 05:04:20 +00:00
|
|
|
-----------------------------------------------------------------------------
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
2002-03-30 20:00:13 +00:00
|
|
|
void ApplyGraphicOptions();
|
2001-12-19 05:04:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|