From: chsieh Date: Sun, 17 Apr 2011 23:24:52 +0000 (-0700) Subject: Renaming files and updating references. X-Git-Tag: box2d-testbed~30 X-Git-Url: http://git.less.ly:3516/?a=commitdiff_plain;h=daba96226a9421e6645ce25821d367aafa228b2b;p=tanks-ios.git Renaming files and updating references. --- diff --git a/Classes/Foundation/OSInterface/EAGLView.h b/Classes/Foundation/OSInterface/GLView.h similarity index 100% rename from Classes/Foundation/OSInterface/EAGLView.h rename to Classes/Foundation/OSInterface/GLView.h diff --git a/Classes/Foundation/OSInterface/EAGLView.m b/Classes/Foundation/OSInterface/GLView.m similarity index 100% rename from Classes/Foundation/OSInterface/EAGLView.m rename to Classes/Foundation/OSInterface/GLView.m diff --git a/Classes/Foundation/OSInterface/LittlestViewController.m b/Classes/Foundation/OSInterface/LittlestViewController.m index a701947..df6f580 100644 --- a/Classes/Foundation/OSInterface/LittlestViewController.m +++ b/Classes/Foundation/OSInterface/LittlestViewController.m @@ -1,7 +1,7 @@ #import #import "LittlestViewController.h" -#import "EAGLView.h" +#import "GLView.h" #import "cocos2d/cocos2d.h"