]> git.jsancho.org Git - lugaru.git/blobdiff - Source/Game.cpp
Sorted all source files in folders
[lugaru.git] / Source / Game.cpp
index 39b7df764627e1cb9ed0258acad3a9806afbf1ce..e740aa607f7125da558cb120d91ee423b2dad051 100644 (file)
@@ -18,10 +18,11 @@ You should have received a copy of the GNU General Public License
 along with Lugaru.  If not, see <http://www.gnu.org/licenses/>.
 */
 
-#include "Game.h"
-#include "openal_wrapper.h"
 #include "SDL_thread.h"
-#include "Dialog.h"
+#include "Game.h"
+#include "Audio/openal_wrapper.h"
+#include "Level/Dialog.h"
+
 
 extern int mainmenu;
 
@@ -129,7 +130,6 @@ int targetlevel = 0;
 float changedelay = 0;
 
 bool waiting = false;
-Account* accountactive = NULL;
 }
 
 void Game::fireSound(int sound)