Skip to content

Commit

Permalink
Updated with new MonkVG include path.
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelutman committed Jun 1, 2012
1 parent 04cd992 commit ecf155f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions src/CCSVGSource.mm
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
//

#import <MonkSVG/mkOpenVG_SVG.h>
#import <VG/openvg.h>
#import <VG/vgext.h>
#import <MonkVG/openvg.h>
#import <MonkVG/vgext.h>
#import "CCSVGSource.h"


Expand Down
4 changes: 2 additions & 2 deletions src/CCSVGSprite.mm
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
#import "CCSVGSprite.h"
#import "CCSVGSource.h"

#include <vg/openvg.h>
#include <vg/vgu.h>
#include <MonkVG/openvg.h>
#include <MonkVG/vgu.h>
#include <MonkSVG/mkSVG.h>
#include <MonkSVG/mkOpenVG_SVG.h>

Expand Down

0 comments on commit ecf155f

Please sign in to comment.