From 8022d45fedd72f69a0c96ea4b651817321baddf8 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 2 Aug 2013 11:18:38 +0100 Subject: load video media from graph --- rotord/src/nodes_maths.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 rotord/src/nodes_maths.h (limited to 'rotord/src/nodes_maths.h') diff --git a/rotord/src/nodes_maths.h b/rotord/src/nodes_maths.h new file mode 100644 index 0000000..f8b6cd9 --- /dev/null +++ b/rotord/src/nodes_maths.h @@ -0,0 +1,10 @@ +#ifndef ROTOR_MATHS +#define ROTOR_MATHS + +#include "rotor.h" + +namespace Rotor { + +} + +#endif \ No newline at end of file -- cgit v1.2.3