dm 7 years ago
parent
commit
09bb8c6c90

File diff suppressed because it is too large
+ 0 - 0
example/HelloWorldFacebook/src/test.cpp


+ 4 - 4
example/HelloWorldFacebook/src/test.h

@@ -36,8 +36,8 @@ public:
     void updateText(string id, string txt);
     void updateText(string id, string txt);
     virtual void clicked(string id) {}
     virtual void clicked(string id) {}
     virtual void toggleClicked(string id, const toggle* data) {}
     virtual void toggleClicked(string id, const toggle* data) {}
-    
-        
+
+
     void notify(string text, int time = 400);
     void notify(string text, int time = 400);
 
 
 protected:
 protected:
@@ -53,8 +53,8 @@ protected:
     spActor _ui;
     spActor _ui;
 
 
     float _x;
     float _x;
-    float _y;    
-    
+    float _y;
+
     enum {MAX_NOTIFIES = 8};
     enum {MAX_NOTIFIES = 8};
     int _notifies[MAX_NOTIFIES];
     int _notifies[MAX_NOTIFIES];
 };
 };

Some files were not shown because too many files changed in this diff