~brandontschaefer/unity/bump-to-new-nux-abi

« back to all changes in this revision

Viewing changes to hud/HudButton.cpp

  • Committer: Jay Taoko
  • Date: 2012-05-25 20:49:27 UTC
  • mto: (2442.4.1 unity.use-nux-api-3.0)
  • mto: This revision was merged to the branch mainline in revision 2466.
  • Revision ID: jay.taoko@canonical.com-20120525204927-vq9lat3he6uap3zi
* Deprecated nux-image. Files under NuxImage/ are now under NuxGraphics.
* Requires nux-3.0.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 
28
28
#include <Nux/Nux.h>
29
29
#include <NuxCore/Logger.h>
30
 
#include <NuxImage/CairoGraphics.h>
 
30
#include <NuxGraphics/CairoGraphics.h>
31
31
#include <NuxGraphics/NuxGraphics.h>
32
32
#include <UnityCore/GLibWrapper.h>
33
33
#include <UnityCore/Variant.h>