From 1a353ad8e79ed2c1af30051e6790b1e68bcd7cc8 Mon Sep 17 00:00:00 2001 From: cutealien Date: Wed, 8 Jan 2014 11:30:39 +0000 Subject: [PATCH] Add iPhone folder as placeholder as that also will need to be cleaned up in the future. git-svn-id: http://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@4653 dfc29bdd-3216-0410-991c-e03cc46cb475 --- examples/28.HelloWorld_iPhone/readme.txt | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/28.HelloWorld_iPhone/readme.txt diff --git a/examples/28.HelloWorld_iPhone/readme.txt b/examples/28.HelloWorld_iPhone/readme.txt new file mode 100644 index 00000000..211c5919 --- /dev/null +++ b/examples/28.HelloWorld_iPhone/readme.txt @@ -0,0 +1,2 @@ +TODO: The iPhone example is still in example 17. +This folder is just a placeholder for now as it is planned to move the iPhone example here.