From f415321af5fa0139854ec206d198b7d298b640bc Mon Sep 17 00:00:00 2001 From: cutealien Date: Thu, 24 Apr 2014 12:07:23 +0000 Subject: [PATCH] Add placeholder folders for examples which are in other branches. git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@4789 dfc29bdd-3216-0410-991c-e03cc46cb475 --- examples/27.HelloWorld_Android/where_is_it.txt | 2 ++ examples/28.HelloWorld_iPhone/where_is_it.txt | 2 ++ examples/29.HardwareSkinning/where_is_it.txt | 2 ++ 3 files changed, 6 insertions(+) create mode 100644 examples/27.HelloWorld_Android/where_is_it.txt create mode 100644 examples/28.HelloWorld_iPhone/where_is_it.txt create mode 100644 examples/29.HardwareSkinning/where_is_it.txt diff --git a/examples/27.HelloWorld_Android/where_is_it.txt b/examples/27.HelloWorld_Android/where_is_it.txt new file mode 100644 index 00000000..0e1dab68 --- /dev/null +++ b/examples/27.HelloWorld_Android/where_is_it.txt @@ -0,0 +1,2 @@ +This example is currently only available in Irrlicht svn branch for ogl-es: https://sourceforge.net/p/irrlicht/code/HEAD/tree/branches/ogl-es +It will be merged with the svn trunk at some point in the future. diff --git a/examples/28.HelloWorld_iPhone/where_is_it.txt b/examples/28.HelloWorld_iPhone/where_is_it.txt new file mode 100644 index 00000000..0e1dab68 --- /dev/null +++ b/examples/28.HelloWorld_iPhone/where_is_it.txt @@ -0,0 +1,2 @@ +This example is currently only available in Irrlicht svn branch for ogl-es: https://sourceforge.net/p/irrlicht/code/HEAD/tree/branches/ogl-es +It will be merged with the svn trunk at some point in the future. diff --git a/examples/29.HardwareSkinning/where_is_it.txt b/examples/29.HardwareSkinning/where_is_it.txt new file mode 100644 index 00000000..afe0b22e --- /dev/null +++ b/examples/29.HardwareSkinning/where_is_it.txt @@ -0,0 +1,2 @@ +This example is currently only available in Irrlicht svn branch for the shader-pipeline: https://sourceforge.net/p/irrlicht/code/HEAD/tree/branches/shader-pipeline +It will be merged with the svn trunk at some point in the future.