~gunchleoc/widelands/bug-1818494-ingame-zoom-freezes

« back to all changes in this revision

Viewing changes to src/worker.cc

  • Committer: bedouin
  • Date: 2007-06-12 21:58:35 UTC
  • Revision ID: git-v1:8076802bd6d4d363cc316caac60f079578fde01d
- move sound code into it's own subdirectory


git-svn-id: https://widelands.svn.sourceforge.net/svnroot/widelands/trunk@2312 37b2a8de-5219-0410-9f54-a31bc463ab9c

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
#include "player.h"
29
29
#include "profile.h"
30
30
#include "soldier.h"
31
 
#include "sound_handler.h"
 
31
#include "sound/sound_handler.h"
32
32
#include "tribe.h"
33
33
#include "warehouse.h"
34
34
#include "wexception.h"