Move ExitGame into GameLoop.h.

This commit is contained in:
Steve Checkoway
2005-10-30 09:45:52 +00:00
parent 33c0408ca2
commit 8d56d70e0f
7 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
#include "GameSoundManager.h"
#include "RageSound.h"
#include "RageLog.h"
#include "StepMania.h"
#include "GameLoop.h"
/* This screen used to wait for sounds to stop. However, implementing GetPlayingSounds()
* is annoying, because sounds might be deleted at any time; they aren't ours to have