Mercurial > mm7
comparison AudioPlayer.cpp @ 2341:d6407efaa4ea
Moving registry access stuff to Registry.h/cpp
author | Grumpy7 |
---|---|
date | Sun, 06 Apr 2014 12:56:49 +0200 |
parents | d6887ee81068 |
children | 8a49cf25fb88 44c91cec72ad |
comparison
equal
deleted
inserted
replaced
2340:dc822157c98d | 2341:d6407efaa4ea |
---|---|
18 #include "MapInfo.h" | 18 #include "MapInfo.h" |
19 #include "GUIWindow.h" | 19 #include "GUIWindow.h" |
20 #include "Log.h" | 20 #include "Log.h" |
21 #include "ErrorHandling.h" | 21 #include "ErrorHandling.h" |
22 #include "Level/Decoration.h" | 22 #include "Level/Decoration.h" |
23 #include "Registry.h" | |
23 | 24 |
24 #include "Bink_Smacker.h" | 25 #include "Bink_Smacker.h" |
25 | 26 |
26 #include "MM7.h" | 27 #include "MM7.h" |
27 | 28 |