Browse Source

updated short includes

[email protected] 8 years ago
parent
commit
c1b4995b49
100 changed files with 97 additions and 79 deletions
  1. 1 1
      include/ox/Actor.hpp
  2. 1 1
      include/ox/AffineTransform.hpp
  3. 1 1
      include/ox/AnimationFrame.hpp
  4. 1 1
      include/ox/AsyncTask.hpp
  5. 1 0
      include/ox/AtlasBuilder.hpp
  6. 1 1
      include/ox/Box9Sprite.hpp
  7. 1 1
      include/ox/Button.hpp
  8. 1 1
      include/ox/ClipRectActor.hpp
  9. 1 1
      include/ox/Clock.hpp
  10. 1 1
      include/ox/Color.hpp
  11. 1 1
      include/ox/ColorRectSprite.hpp
  12. 1 1
      include/ox/CreateResourceContext.hpp
  13. 1 1
      include/ox/DebugActor.hpp
  14. 1 1
      include/ox/Draggable.hpp
  15. 1 1
      include/ox/Event.hpp
  16. 1 1
      include/ox/EventDispatcher.hpp
  17. 1 1
      include/ox/FileSystem.hpp
  18. 1 1
      include/ox/Font.hpp
  19. 1 1
      include/ox/HttpRequestTask.hpp
  20. 1 0
      include/ox/Image.hpp
  21. 1 1
      include/ox/ImageData.hpp
  22. 1 1
      include/ox/ImageDataOperations.hpp
  23. 1 0
      include/ox/ImageUtils.hpp
  24. 1 1
      include/ox/Input.hpp
  25. 1 1
      include/ox/InputText.hpp
  26. 1 1
      include/ox/KeyEvent.hpp
  27. 1 1
      include/ox/MaskedRenderer.hpp
  28. 1 1
      include/ox/MaskedSprite.hpp
  29. 1 0
      include/ox/Material.hpp
  30. 1 0
      include/ox/MaterialCache.hpp
  31. 1 0
      include/ox/MaterialX.hpp
  32. 1 1
      include/ox/Matrix.hpp
  33. 1 1
      include/ox/Mem2Native.hpp
  34. 1 1
      include/ox/MemoryTexture.hpp
  35. 0 1
      include/ox/Multithreading.hpp
  36. 1 1
      include/ox/Mutex.hpp
  37. 1 1
      include/ox/NativeTexture.hpp
  38. 1 0
      include/ox/OBBox.hpp
  39. 1 1
      include/ox/Object.hpp
  40. 1 1
      include/ox/PointerState.hpp
  41. 1 1
      include/ox/Polygon.hpp
  42. 1 0
      include/ox/PostProcess.hpp
  43. 1 1
      include/ox/ProgressBar.hpp
  44. 1 1
      include/ox/Property.hpp
  45. 1 1
      include/ox/Rect.hpp
  46. 1 1
      include/ox/RenderState.hpp
  47. 1 1
      include/ox/Renderer.hpp
  48. 1 1
      include/ox/ResAnim.hpp
  49. 1 1
      include/ox/ResAtlas.hpp
  50. 1 0
      include/ox/ResAtlasGeneric.hpp
  51. 1 0
      include/ox/ResAtlasPrebuilt.hpp
  52. 1 1
      include/ox/ResBuffer.hpp
  53. 1 1
      include/ox/ResFont.hpp
  54. 1 1
      include/ox/ResFontBM.hpp
  55. 1 1
      include/ox/ResStarlingAtlas.hpp
  56. 1 1
      include/ox/Resource.hpp
  57. 1 1
      include/ox/Resources.hpp
  58. 1 1
      include/ox/Restorable.hpp
  59. 1 1
      include/ox/STDFileSystem.hpp
  60. 1 0
      include/ox/STDMaterial.hpp
  61. 1 1
      include/ox/STDRenderer.hpp
  62. 1 1
      include/ox/ScalarMath.hpp
  63. 1 0
      include/ox/Serializable.hpp
  64. 1 0
      include/ox/Serialize.hpp
  65. 1 1
      include/ox/ShaderProgram.hpp
  66. 1 0
      include/ox/SingleResAnim.hpp
  67. 1 1
      include/ox/SlidingActor.hpp
  68. 1 1
      include/ox/Sprite.hpp
  69. 1 1
      include/ox/Stage.hpp
  70. 1 1
      include/ox/TextField.hpp
  71. 1 1
      include/ox/TextStyle.hpp
  72. 1 1
      include/ox/Texture.hpp
  73. 1 0
      include/ox/ThreadDispatcher.hpp
  74. 1 0
      include/ox/ThreadLoader.hpp
  75. 1 1
      include/ox/ThreadMessages.hpp
  76. 1 1
      include/ox/TouchEvent.hpp
  77. 1 1
      include/ox/Tween.hpp
  78. 1 0
      include/ox/TweenAlphaFade.hpp
  79. 1 1
      include/ox/TweenAnim.hpp
  80. 1 0
      include/ox/TweenGlow.hpp
  81. 1 0
      include/ox/TweenOutline.hpp
  82. 1 1
      include/ox/TweenQueue.hpp
  83. 0 1
      include/ox/Tweener.hpp
  84. 1 1
      include/ox/UberShaderProgram.hpp
  85. 1 1
      include/ox/UpdateState.hpp
  86. 1 1
      include/ox/Vector2.hpp
  87. 1 1
      include/ox/Vector3.hpp
  88. 1 1
      include/ox/Vector4.hpp
  89. 1 1
      include/ox/VertexDeclaration.hpp
  90. 1 1
      include/ox/VideoDriver.hpp
  91. 1 1
      include/ox/VisualStyle.hpp
  92. 1 1
      include/ox/WebImage.hpp
  93. 1 1
      include/ox/ZipFileSystem.hpp
  94. 1 1
      include/ox/file.hpp
  95. 1 1
      include/ox/initActor.hpp
  96. 1 0
      include/ox/intrusive_list.hpp
  97. 1 1
      include/ox/intrusive_ptr.hpp
  98. 0 1
      include/ox/json.hpp
  99. 1 0
      include/ox/key.hpp
  100. 1 1
      include/ox/log.hpp

+ 1 - 1
include/ox/Actor.hpp

@@ -1 +1 @@
-#include "Actor.h"
+#include "oxygine/actor/Actor.h"

+ 1 - 1
include/ox/AffineTransform.hpp

@@ -1 +1 @@
-#include "math/AffineTransform.h"
+#include "oxygine/math/AffineTransform.h"

+ 1 - 1
include/ox/AnimationFrame.hpp

@@ -1 +1 @@
-#include "AnimationFrame.h"
+#include "oxygine/AnimationFrame.h"

+ 1 - 1
include/ox/AsyncTask.hpp

@@ -1 +1 @@
-#include "AsyncTask.h"
+#include "oxygine/AsyncTask.h"

+ 1 - 0
include/ox/AtlasBuilder.hpp

@@ -0,0 +1 @@
+#include "oxygine/utils/AtlasBuilder.h"

+ 1 - 1
include/ox/Box9Sprite.hpp

@@ -1 +1 @@
-#include "Box9Sprite.h"
+#include "oxygine/actor/Box9Sprite.h"

+ 1 - 1
include/ox/Button.hpp

@@ -1 +1 @@
-#include "Button.h"
+#include "oxygine/actor/Button.h"

+ 1 - 1
include/ox/ClipRectActor.hpp

@@ -1 +1 @@
-#include "ClipRectActor.h"
+#include "oxygine/actor/ClipRectActor.h"

+ 1 - 1
include/ox/Clock.hpp

@@ -1 +1 @@
-#include "Clock.h"
+#include "oxygine/Clock.h"

+ 1 - 1
include/ox/Color.hpp

@@ -1 +1 @@
-#include "math/Color.h"
+#include "oxygine/math/Color.h"

+ 1 - 1
include/ox/ColorRectSprite.hpp

@@ -1 +1 @@
-#include "ColorRectSprite.h"
+#include "oxygine/actor/ColorRectSprite.h"

+ 1 - 1
include/ox/CreateResourceContext.hpp

@@ -1 +1 @@
-#include "res/CreateResourceContext.h"
+#include "oxygine/res/CreateResourceContext.h"

+ 1 - 1
include/ox/DebugActor.hpp

@@ -1 +1 @@
-#include "DebugActor.h"
+#include "oxygine/actor/DebugActor.h"

+ 1 - 1
include/ox/Draggable.hpp

@@ -1 +1 @@
-#include "Draggable.h"
+#include "oxygine/Draggable.h"

+ 1 - 1
include/ox/Event.hpp

@@ -1 +1 @@
-#include "Event.h"
+#include "oxygine/Event.h"

+ 1 - 1
include/ox/EventDispatcher.hpp

@@ -1 +1 @@
-#include "EventDispatcher.h"
+#include "oxygine/EventDispatcher.h"

+ 1 - 1
include/ox/FileSystem.hpp

@@ -1 +1 @@
-#include "core/FileSystem.h"
+#include "oxygine/core/FileSystem.h"

+ 1 - 1
include/ox/Font.hpp

@@ -1 +1 @@
-#include "Font.h"
+#include "oxygine/Font.h"

+ 1 - 1
include/ox/HttpRequestTask.hpp

@@ -1 +1 @@
-#include "HttpRequestTask.h"
+#include "oxygine/HttpRequestTask.h"

+ 1 - 0
include/ox/Image.hpp

@@ -0,0 +1 @@
+#include "oxygine/Image.h"

+ 1 - 1
include/ox/ImageData.hpp

@@ -1 +1 @@
-#include "core/ImageData.h"
+#include "oxygine/core/ImageData.h"

+ 1 - 1
include/ox/ImageDataOperations.hpp

@@ -1 +1 @@
-#include "core/ImageDataOperations.h"
+#include "oxygine/core/ImageDataOperations.h"

+ 1 - 0
include/ox/ImageUtils.hpp

@@ -0,0 +1 @@
+#include "oxygine/utils/ImageUtils.h"

+ 1 - 1
include/ox/Input.hpp

@@ -1 +1 @@
-#include "Input.h"
+#include "oxygine/Input.h"

+ 1 - 1
include/ox/InputText.hpp

@@ -1 +1 @@
-#include "InputText.h"
+#include "oxygine/InputText.h"

+ 1 - 1
include/ox/KeyEvent.hpp

@@ -1 +1 @@
-#include "KeyEvent.h"
+#include "oxygine/KeyEvent.h"

+ 1 - 1
include/ox/MaskedRenderer.hpp

@@ -1 +1 @@
-#include "MaskedRenderer.h"
+#include "oxygine/MaskedRenderer.h"

+ 1 - 1
include/ox/MaskedSprite.hpp

@@ -1 +1 @@
-#include "MaskedSprite.h"
+#include "oxygine/actor/MaskedSprite.h"

+ 1 - 0
include/ox/Material.hpp

@@ -0,0 +1 @@
+#include "oxygine/Material.h"

+ 1 - 0
include/ox/MaterialCache.hpp

@@ -0,0 +1 @@
+#include "oxygine/MaterialCache.h"

+ 1 - 0
include/ox/MaterialX.hpp

@@ -0,0 +1 @@
+#include "oxygine/MaterialX.h"

+ 1 - 1
include/ox/Matrix.hpp

@@ -1 +1 @@
-#include "math/Matrix.h"
+#include "oxygine/math/Matrix.h"

+ 1 - 1
include/ox/Mem2Native.hpp

@@ -1 +1 @@
-#include "core/Mem2Native.h"
+#include "oxygine/core/Mem2Native.h"

+ 1 - 1
include/ox/MemoryTexture.hpp

@@ -1 +1 @@
-#include "MemoryTexture.h"
+#include "oxygine/MemoryTexture.h"

+ 0 - 1
include/ox/Multithreading.hpp

@@ -1 +0,0 @@
-#include "Multithreading.h"

+ 1 - 1
include/ox/Mutex.hpp

@@ -1 +1 @@
-#include "core/Mutex.h"
+#include "oxygine/core/Mutex.h"

+ 1 - 1
include/ox/NativeTexture.hpp

@@ -1 +1 @@
-#include "core/NativeTexture.h"
+#include "oxygine/core/NativeTexture.h"

+ 1 - 0
include/ox/OBBox.hpp

@@ -0,0 +1 @@
+#include "oxygine/math/OBBox.h"

+ 1 - 1
include/ox/Object.hpp

@@ -1 +1 @@
-#include "core/Object.h"
+#include "oxygine/core/Object.h"

+ 1 - 1
include/ox/PointerState.hpp

@@ -1 +1 @@
-#include "PointerState.h"
+#include "oxygine/PointerState.h"

+ 1 - 1
include/ox/Polygon.hpp

@@ -1 +1 @@
-#include "Polygon.h"
+#include "oxygine/actor/Polygon.h"

+ 1 - 0
include/ox/PostProcess.hpp

@@ -0,0 +1 @@
+#include "oxygine/PostProcess.h"

+ 1 - 1
include/ox/ProgressBar.hpp

@@ -1 +1 @@
-#include "ProgressBar.h"
+#include "oxygine/actor/ProgressBar.h"

+ 1 - 1
include/ox/Property.hpp

@@ -1 +1 @@
-#include "Property.h"
+#include "oxygine/Property.h"

+ 1 - 1
include/ox/Rect.hpp

@@ -1 +1 @@
-#include "math/Rect.h"
+#include "oxygine/math/Rect.h"

+ 1 - 1
include/ox/RenderState.hpp

@@ -1 +1 @@
-#include "RenderState.h"
+#include "oxygine/RenderState.h"

+ 1 - 1
include/ox/Renderer.hpp

@@ -1 +1 @@
-#include "core/Renderer.h"
+#include "oxygine/core/Renderer.h"

+ 1 - 1
include/ox/ResAnim.hpp

@@ -1 +1 @@
-#include "res/ResAnim.h"
+#include "oxygine/res/ResAnim.h"

+ 1 - 1
include/ox/ResAtlas.hpp

@@ -1 +1 @@
-#include "res/ResAtlas.h"
+#include "oxygine/res/ResAtlas.h"

+ 1 - 0
include/ox/ResAtlasGeneric.hpp

@@ -0,0 +1 @@
+#include "oxygine/res/ResAtlasGeneric.h"

+ 1 - 0
include/ox/ResAtlasPrebuilt.hpp

@@ -0,0 +1 @@
+#include "oxygine/res/ResAtlasPrebuilt.h"

+ 1 - 1
include/ox/ResBuffer.hpp

@@ -1 +1 @@
-#include "res/ResBuffer.h"
+#include "oxygine/res/ResBuffer.h"

+ 1 - 1
include/ox/ResFont.hpp

@@ -1 +1 @@
-#include "res/ResFont.h"
+#include "oxygine/res/ResFont.h"

+ 1 - 1
include/ox/ResFontBM.hpp

@@ -1 +1 @@
-#include "res/ResFontBM.h"
+#include "oxygine/res/ResFontBM.h"

+ 1 - 1
include/ox/ResStarlingAtlas.hpp

@@ -1 +1 @@
-#include "res/ResStarlingAtlas.h"
+#include "oxygine/res/ResStarlingAtlas.h"

+ 1 - 1
include/ox/Resource.hpp

@@ -1 +1 @@
-#include "res/Resource.h"
+#include "oxygine/res/Resource.h"

+ 1 - 1
include/ox/Resources.hpp

@@ -1 +1 @@
-#include "res/Resources.h"
+#include "oxygine/res/Resources.h"

+ 1 - 1
include/ox/Restorable.hpp

@@ -1 +1 @@
-#include "core/Restorable.h"
+#include "oxygine/core/Restorable.h"

+ 1 - 1
include/ox/STDFileSystem.hpp

@@ -1 +1 @@
-#include "core/STDFileSystem.h"
+#include "oxygine/core/STDFileSystem.h"

+ 1 - 0
include/ox/STDMaterial.hpp

@@ -0,0 +1 @@
+#include "oxygine/STDMaterial.h"

+ 1 - 1
include/ox/STDRenderer.hpp

@@ -1 +1 @@
-#include "STDRenderer.h"
+#include "oxygine/STDRenderer.h"

+ 1 - 1
include/ox/ScalarMath.hpp

@@ -1 +1 @@
-#include "math/ScalarMath.h"
+#include "oxygine/math/ScalarMath.h"

+ 1 - 0
include/ox/Serializable.hpp

@@ -0,0 +1 @@
+#include "oxygine/Serializable.h"

+ 1 - 0
include/ox/Serialize.hpp

@@ -0,0 +1 @@
+#include "oxygine/Serialize.h"

+ 1 - 1
include/ox/ShaderProgram.hpp

@@ -1 +1 @@
-#include "core/ShaderProgram.h"
+#include "oxygine/core/ShaderProgram.h"

+ 1 - 0
include/ox/SingleResAnim.hpp

@@ -0,0 +1 @@
+#include "oxygine/res/SingleResAnim.h"

+ 1 - 1
include/ox/SlidingActor.hpp

@@ -1 +1 @@
-#include "SlidingActor.h"
+#include "oxygine/actor/SlidingActor.h"

+ 1 - 1
include/ox/Sprite.hpp

@@ -1 +1 @@
-#include "Sprite.h"
+#include "oxygine/actor/Sprite.h"

+ 1 - 1
include/ox/Stage.hpp

@@ -1 +1 @@
-#include "Stage.h"
+#include "oxygine/actor/Stage.h"

+ 1 - 1
include/ox/TextField.hpp

@@ -1 +1 @@
-#include "TextField.h"
+#include "oxygine/actor/TextField.h"

+ 1 - 1
include/ox/TextStyle.hpp

@@ -1 +1 @@
-#include "TextStyle.h"
+#include "oxygine/TextStyle.h"

+ 1 - 1
include/ox/Texture.hpp

@@ -1 +1 @@
-#include "core/Texture.h"
+#include "oxygine/core/Texture.h"

+ 1 - 0
include/ox/ThreadDispatcher.hpp

@@ -0,0 +1 @@
+#include "oxygine/core/ThreadDispatcher.h"

+ 1 - 0
include/ox/ThreadLoader.hpp

@@ -0,0 +1 @@
+#include "oxygine/ThreadLoader.h"

+ 1 - 1
include/ox/ThreadMessages.hpp

@@ -1 +1 @@
-#include "core/ThreadMessages.h"
+#include "oxygine/core/ThreadMessages.h"

+ 1 - 1
include/ox/TouchEvent.hpp

@@ -1 +1 @@
-#include "TouchEvent.h"
+#include "oxygine/TouchEvent.h"

+ 1 - 1
include/ox/Tween.hpp

@@ -1 +1 @@
-#include "Tween.h"
+#include "oxygine/Tween.h"

+ 1 - 0
include/ox/TweenAlphaFade.hpp

@@ -0,0 +1 @@
+#include "oxygine/TweenAlphaFade.h"

+ 1 - 1
include/ox/TweenAnim.hpp

@@ -1 +1 @@
-#include "TweenAnim.h"
+#include "oxygine/TweenAnim.h"

+ 1 - 0
include/ox/TweenGlow.hpp

@@ -0,0 +1 @@
+#include "oxygine/TweenGlow.h"

+ 1 - 0
include/ox/TweenOutline.hpp

@@ -0,0 +1 @@
+#include "oxygine/TweenOutline.h"

+ 1 - 1
include/ox/TweenQueue.hpp

@@ -1 +1 @@
-#include "TweenQueue.h"
+#include "oxygine/TweenQueue.h"

+ 0 - 1
include/ox/Tweener.hpp

@@ -1 +0,0 @@
-#include "Tweener.h"

+ 1 - 1
include/ox/UberShaderProgram.hpp

@@ -1 +1 @@
-#include "core/UberShaderProgram.h"
+#include "oxygine/core/UberShaderProgram.h"

+ 1 - 1
include/ox/UpdateState.hpp

@@ -1 +1 @@
-#include "UpdateState.h"
+#include "oxygine/UpdateState.h"

+ 1 - 1
include/ox/Vector2.hpp

@@ -1 +1 @@
-#include "math/Vector2.h"
+#include "oxygine/math/vector2.h"

+ 1 - 1
include/ox/Vector3.hpp

@@ -1 +1 @@
-#include "math/Vector3.h"
+#include "oxygine/math/Vector3.h"

+ 1 - 1
include/ox/Vector4.hpp

@@ -1 +1 @@
-#include "math/Vector4.h"
+#include "oxygine/math/Vector4.h"

+ 1 - 1
include/ox/VertexDeclaration.hpp

@@ -1 +1 @@
-#include "core/VertexDeclaration.h"
+#include "oxygine/core/VertexDeclaration.h"

+ 1 - 1
include/ox/VideoDriver.hpp

@@ -1 +1 @@
-#include "core/VideoDriver.h"
+#include "oxygine/core/VideoDriver.h"

+ 1 - 1
include/ox/VisualStyle.hpp

@@ -1 +1 @@
-#include "VisualStyle.h"
+#include "oxygine/VisualStyle.h"

+ 1 - 1
include/ox/WebImage.hpp

@@ -1 +1 @@
-#include "WebImage.h"
+#include "oxygine/actor/WebImage.h"

+ 1 - 1
include/ox/ZipFileSystem.hpp

@@ -1 +1 @@
-#include "core/ZipFileSystem.h"
+#include "oxygine/core/ZipFileSystem.h"

+ 1 - 1
include/ox/file.hpp

@@ -1 +1 @@
-#include "core/file.h"
+#include "oxygine/core/file.h"

+ 1 - 1
include/ox/initActor.hpp

@@ -1 +1 @@
-#include "initActor.h"
+#include "oxygine/InitActor.h"

+ 1 - 0
include/ox/intrusive_list.hpp

@@ -0,0 +1 @@
+#include "oxygine/utils/intrusive_list.h"

+ 1 - 1
include/ox/intrusive_ptr.hpp

@@ -1 +1 @@
-#include "core/intrusive_ptr.h"
+#include "oxygine/core/intrusive_ptr.h"

+ 0 - 1
include/ox/json.hpp

@@ -1 +0,0 @@
-#include "json/json.h"

+ 1 - 0
include/ox/key.hpp

@@ -0,0 +1 @@
+#include "oxygine/key.h"

+ 1 - 1
include/ox/log.hpp

@@ -1 +1 @@
-#include "core/log.h"
+#include "oxygine/core/log.h"

Some files were not shown because too many files changed in this diff