Browse Source

- Left a quick note about the iOS platstate class. Mainly trying to trigger the automated build system, but the note is accurate regardless.

MichPerry-GG 12 years ago
parent
commit
65708a4
1 changed files with 3 additions and 0 deletions
  1. 3 0
      engine/source/platformiOS/platformiOS.h

+ 3 - 0
engine/source/platformiOS/platformiOS.h

@@ -35,6 +35,9 @@
 #include "platformiOS/T2DView.h"
 #include "platformiOS/T2DViewController.h"
 
+// Mich Note: Do not try to spend too much time analyzing this class.
+// It is planned to refactor the iOS platform layer and replace this
+// with a platform state similar to what OS X uses.
 class iOSPlatState
 {
 public: