summaryrefslogtreecommitdiff
path: root/otk/rendertexture.cc
diff options
context:
space:
mode:
Diffstat (limited to 'otk/rendertexture.cc')
-rw-r--r--otk/rendertexture.cc11
1 files changed, 11 insertions, 0 deletions
diff --git a/otk/rendertexture.cc b/otk/rendertexture.cc
new file mode 100644
index 00000000..f6f2108f
--- /dev/null
+++ b/otk/rendertexture.cc
@@ -0,0 +1,11 @@
+// -*- mode: C++; indent-tabs-mode: nil; c-basic-offset: 2; -*-
+
+#ifdef HAVE_CONFIG_H
+# include "../config.h"
+#endif // HAVE_CONFIG_H
+
+#include "rendertexture.hh"
+
+namespace otk {
+
+}