ソースを参照

Removed test comment

Darryl Gough 12 年 前
コミット
4a5d2df220
2 ファイル変更2 行追加2 行削除
  1. 1 1
      gameplay/src/AIAgent.h
  2. 1 1
      gameplay/src/AbsoluteLayout.h

+ 1 - 1
gameplay/src/AIAgent.h

@@ -5,7 +5,7 @@
 #include "AIStateMachine.h"
 #include "AIMessage.h"
 #include "ScriptTarget.h"
-// test
+
 namespace gameplay
 {
 

+ 1 - 1
gameplay/src/AbsoluteLayout.h

@@ -2,7 +2,7 @@
 #define ABSOLUTELAYOUT_H_
 
 #include "Layout.h"
-// test
+
 namespace gameplay
 {