|
@@ -2,6 +2,7 @@
|
|
|
#include "oxygine-include.h"
|
|
#include "oxygine-include.h"
|
|
|
#include "Material.h"
|
|
#include "Material.h"
|
|
|
#include "core/Renderer.h"
|
|
#include "core/Renderer.h"
|
|
|
|
|
+#include <functional>
|
|
|
|
|
|
|
|
namespace oxygine
|
|
namespace oxygine
|
|
|
{
|
|
{
|
|
@@ -161,4 +162,4 @@ namespace oxygine
|
|
|
typedef void(*render_texture_hook)(const spNativeTexture& nt);
|
|
typedef void(*render_texture_hook)(const spNativeTexture& nt);
|
|
|
void set_render_texture_hook(render_texture_hook);
|
|
void set_render_texture_hook(render_texture_hook);
|
|
|
render_texture_hook get_render_texture_hook();
|
|
render_texture_hook get_render_texture_hook();
|
|
|
-}
|
|
|
|
|
|
|
+}
|