Skip to content

Commit

Permalink
Fix include paths in firebirds sample's plugin (for out-of-src builds)
Browse files Browse the repository at this point in the history
  • Loading branch information
scotty007 committed Sep 22, 2020
1 parent e2d0942 commit 874d9de
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion samples/firebirds/plugin/CollisionDetector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@

#include "CollisionDetector.h"

#include "../../src/base/ScopeTimer.h"
#include "../../../src/base/ScopeTimer.h"

namespace avg {

Expand Down
4 changes: 2 additions & 2 deletions samples/firebirds/plugin/CollisionDetector.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@

#define AVG_PLUGIN

#include "../../src/wrapper/WrapHelper.h"
#include "../../src/graphics/Bitmap.h"
#include "../../../src/wrapper/WrapHelper.h"
#include "../../../src/graphics/Bitmap.h"


namespace avg {
Expand Down

0 comments on commit 874d9de

Please sign in to comment.