Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(11)

Unified Diff: nacltoons/src/AppDelegate.h

Issue 12226130: [nacltoons] Add initial frontend and physics game scenes. (Closed) Base URL: https://nativeclient-sdk.googlecode.com/svn/trunk/src
Patch Set: Created 7 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nacltoons/game.mk ('k') | nacltoons/src/AppDelegate.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nacltoons/src/AppDelegate.h
diff --git a/nacltoons/src/AppDelegate.h b/nacltoons/src/AppDelegate.h
index 840d4ed8cc0f47ab779ff73e20eb3f5d5bbca1b1..9bfd55743ea0710621bdd070ee1078abd96b0c9a 100644
--- a/nacltoons/src/AppDelegate.h
+++ b/nacltoons/src/AppDelegate.h
@@ -1,16 +1,15 @@
-// Copyright (c) 2013 The Native Client Authors. All rights reserved.
+// Copyright (c) 2013 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef APP_DELEGATE_H
-#define APP_DELEGATE_H
+#ifndef APP_DELEGATE_H_
+#define APP_DELEGATE_H_
#include "cocos2d.h"
/**
* The cocos2d-x application entry point.
*/
-class AppDelegate : private cocos2d::CCApplication
-{
+class AppDelegate : private cocos2d::CCApplication {
public:
AppDelegate() {}
@@ -19,4 +18,4 @@ class AppDelegate : private cocos2d::CCApplication
virtual void applicationWillEnterForeground() {}
};
-#endif // !APP_DELEGATE_H
+#endif // !APP_DELEGATE_H_
« no previous file with comments | « nacltoons/game.mk ('k') | nacltoons/src/AppDelegate.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698