Browse Source

Merge branch 'master' of github.com:oxygine/oxygine-flow

dmuratshin 9 years ago
parent
commit
a029261c89
2 changed files with 6 additions and 2 deletions
  1. 2 2
      examples/HelloFlow/src/example.cpp
  2. 4 0
      src/oxygine-flow.h

+ 2 - 2
examples/HelloFlow/src/example.cpp

@@ -1,6 +1,6 @@
 #include "oxygine-framework.h"
-#include "flow/flow.h"
-#include "flow/Transition.h"
+#include "oxygine-flow.h"
+
 using namespace oxygine;
 
 class MyDialog : public flow::Scene

+ 4 - 0
src/oxygine-flow.h

@@ -0,0 +1,4 @@
+#pragma once
+#include "flow/flow.h"
+#include "flow/Scene.h"
+#include "flow/Transition.h"