~tatokis/unity/gcc-72-errors

« back to all changes in this revision

Viewing changes to hud/HudView.cpp

  • Committer: Gord Allott
  • Date: 2012-05-07 00:49:31 UTC
  • mto: This revision was merged to the branch mainline in revision 2352.
  • Revision ID: gord.allott@canonical.com-20120507004931-sw8zigx80chwt4o3
added hud

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include <NuxCore/Logger.h>
30
30
#include "HudButton.h"
31
 
#include "UBusMessages.h"
32
 
#include "DashStyle.h"
 
31
#include "unity-shared/UBusMessages.h"
 
32
#include "unity-shared/DashStyle.h"
33
33
 
34
34
namespace unity
35
35
{