18 lines
378 B
C
18 lines
378 B
C
#pragma once
|
|
/*
|
|
-----------------------------------------------------------------------------
|
|
File: StepMania.h
|
|
|
|
Desc: Objects accessable from anywhere in the program.
|
|
|
|
Copyright (c) 2001-2002 by the person(s) listed below. All rights reserved.
|
|
Chris Danford
|
|
-----------------------------------------------------------------------------
|
|
*/
|
|
|
|
|
|
void ApplyGraphicOptions();
|
|
|
|
|
|
|