Browse Source

Removed test comment

Darryl Gough 12 years ago
parent
commit
4a5d2df220
2 changed files with 2 additions and 2 deletions
  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 "AIStateMachine.h"
 #include "AIMessage.h"
 #include "AIMessage.h"
 #include "ScriptTarget.h"
 #include "ScriptTarget.h"
-// test
+
 namespace gameplay
 namespace gameplay
 {
 {
 
 

+ 1 - 1
gameplay/src/AbsoluteLayout.h

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