cmake build system + OS X support / cleanups for Humble Release #8

Merged
urkle merged 25 commits from OSX into boost 2014-01-01 23:13:17 +00:00
1 changed files with 2 additions and 2 deletions
Showing only changes of commit af70e8c1ff - Show all commits

View File

@ -30,7 +30,7 @@
class SceneElement;
class Viewport;
class Window;
class ScanRow;
struct ScanRow;
struct TilemapPrivate;
class Scene
@ -63,7 +63,7 @@ protected:
friend class SceneElement;
friend class Window;
friend class ScanRow;
friend struct ScanRow;
};
class SceneElement