Przeglądaj źródła

- 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 lat temu
rodzic
commit
65708a4aae
1 zmienionych plików z 3 dodań i 0 usunięć
  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/T2DView.h"
 #include "platformiOS/T2DViewController.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
 class iOSPlatState
 {
 {
 public:
 public: