Browse Source

Replace tab with spaces.

Aster Jian 12 years ago
parent
commit
1a32c4a55e

+ 3 - 3
Extras/LuaScript/AudioLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Audio
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:25.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:48.
 */
 
 //
@@ -48,8 +48,8 @@ using namespace Urho3D;
 static int tolua_collect_SoundType (lua_State* tolua_S)
 {
  SoundType* self = (SoundType*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 3 - 3
Extras/LuaScript/ContainerLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Container
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:25.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:48.
 */
 
 //
@@ -44,8 +44,8 @@ using namespace Urho3D;
 static int tolua_collect_String (lua_State* tolua_S)
 {
  String* self = (String*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 31 - 31
Extras/LuaScript/CoreLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Core
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:25.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:49.
 */
 
 //
@@ -47,106 +47,106 @@ using namespace Urho3D;
 static int tolua_collect_Quaternion (lua_State* tolua_S)
 {
  Quaternion* self = (Quaternion*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_IntRect (lua_State* tolua_S)
 {
  IntRect* self = (IntRect*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_String (lua_State* tolua_S)
 {
  String* self = (String*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Color (lua_State* tolua_S)
 {
  Color* self = (Color*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Variant (lua_State* tolua_S)
 {
  Variant* self = (Variant*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_ShortStringHash (lua_State* tolua_S)
 {
  ShortStringHash* self = (ShortStringHash*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_StringHash (lua_State* tolua_S)
 {
  StringHash* self = (StringHash*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_ResourceRef (lua_State* tolua_S)
 {
  ResourceRef* self = (ResourceRef*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Rect (lua_State* tolua_S)
 {
  Rect* self = (Rect*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_ResourceRefList (lua_State* tolua_S)
 {
  ResourceRefList* self = (ResourceRefList*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector2 (lua_State* tolua_S)
 {
  Vector2* self = (Vector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Timer (lua_State* tolua_S)
 {
  Timer* self = (Timer*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector4 (lua_State* tolua_S)
 {
  Vector4* self = (Vector4*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector3 (lua_State* tolua_S)
 {
  Vector3* self = (Vector3*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_IntVector2 (lua_State* tolua_S)
 {
  IntVector2* self = (IntVector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 1 - 1
Extras/LuaScript/EngineLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Engine
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:25.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:49.
 */
 
 //

+ 25 - 25
Extras/LuaScript/GraphicsLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Graphics
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:26.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:49.
 */
 
 //
@@ -71,85 +71,85 @@ using namespace Urho3D;
 static int tolua_collect_ColorFrame (lua_State* tolua_S)
 {
  ColorFrame* self = (ColorFrame*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_String (lua_State* tolua_S)
 {
  String* self = (String*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Color (lua_State* tolua_S)
 {
  Color* self = (Color*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_AnimationState (lua_State* tolua_S)
 {
  AnimationState* self = (AnimationState*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_StringHash (lua_State* tolua_S)
 {
  StringHash* self = (StringHash*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Ray (lua_State* tolua_S)
 {
  Ray* self = (Ray*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Frustum (lua_State* tolua_S)
 {
  Frustum* self = (Frustum*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector2 (lua_State* tolua_S)
 {
  Vector2* self = (Vector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_TextureFrame (lua_State* tolua_S)
 {
  TextureFrame* self = (TextureFrame*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Bone (lua_State* tolua_S)
 {
  Bone* self = (Bone*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Matrix4 (lua_State* tolua_S)
 {
  Matrix4* self = (Matrix4*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector3 (lua_State* tolua_S)
 {
  Vector3* self = (Vector3*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 5 - 5
Extras/LuaScript/IOLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: IO
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:26.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:50.
 */
 
 //
@@ -47,15 +47,15 @@ using namespace Urho3D;
 static int tolua_collect_StringHash (lua_State* tolua_S)
 {
  StringHash* self = (StringHash*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_String (lua_State* tolua_S)
 {
  String* self = (String*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 3 - 3
Extras/LuaScript/InputLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Input
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:26.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:50.
 */
 
 //
@@ -45,8 +45,8 @@ using namespace Urho3D;
 static int tolua_collect_IntVector2 (lua_State* tolua_S)
 {
  IntVector2* self = (IntVector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 1 - 1
Extras/LuaScript/LuaScriptLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: LuaScript
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:28.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:52.
 */
 
 //

+ 41 - 41
Extras/LuaScript/MathLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Math
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:26.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:50.
 */
 
 //
@@ -62,141 +62,141 @@ using namespace Urho3D;
 static int tolua_collect_Quaternion (lua_State* tolua_S)
 {
  Quaternion* self = (Quaternion*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Color (lua_State* tolua_S)
 {
  Color* self = (Color*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_ShortStringHash (lua_State* tolua_S)
 {
  ShortStringHash* self = (ShortStringHash*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector3 (lua_State* tolua_S)
 {
  Vector3* self = (Vector3*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_StringHash (lua_State* tolua_S)
 {
  StringHash* self = (StringHash*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Sphere (lua_State* tolua_S)
 {
  Sphere* self = (Sphere*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_IntRect (lua_State* tolua_S)
 {
  IntRect* self = (IntRect*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector4 (lua_State* tolua_S)
 {
  Vector4* self = (Vector4*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Matrix3x4 (lua_State* tolua_S)
 {
  Matrix3x4* self = (Matrix3x4*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Matrix3 (lua_State* tolua_S)
 {
  Matrix3* self = (Matrix3*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Plane (lua_State* tolua_S)
 {
  Plane* self = (Plane*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Polyhedron (lua_State* tolua_S)
 {
  Polyhedron* self = (Polyhedron*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Ray (lua_State* tolua_S)
 {
  Ray* self = (Ray*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Rect (lua_State* tolua_S)
 {
  Rect* self = (Rect*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Frustum (lua_State* tolua_S)
 {
  Frustum* self = (Frustum*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector2 (lua_State* tolua_S)
 {
  Vector2* self = (Vector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_BoundingBox (lua_State* tolua_S)
 {
  BoundingBox* self = (BoundingBox*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_AreaAllocator (lua_State* tolua_S)
 {
  AreaAllocator* self = (AreaAllocator*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Matrix4 (lua_State* tolua_S)
 {
  Matrix4* self = (Matrix4*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_IntVector2 (lua_State* tolua_S)
 {
  IntVector2* self = (IntVector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 7 - 7
Extras/LuaScript/NavigationLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Navigation
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:27.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:51.
 */
 
 //
@@ -46,22 +46,22 @@ using namespace Urho3D;
 static int tolua_collect_IntVector2 (lua_State* tolua_S)
 {
  IntVector2* self = (IntVector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_BoundingBox (lua_State* tolua_S)
 {
  BoundingBox* self = (BoundingBox*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector3 (lua_State* tolua_S)
 {
  Vector3* self = (Vector3*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 3 - 3
Extras/LuaScript/NetworkLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Network
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:27.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:51.
 */
 
 //
@@ -47,8 +47,8 @@ using namespace Urho3D;
 static int tolua_collect_String (lua_State* tolua_S)
 {
  String* self = (String*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 11 - 11
Extras/LuaScript/PhysicsLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Physics
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:27.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:51.
 */
 
 //
@@ -47,36 +47,36 @@ using namespace Urho3D;
 static int tolua_collect_Quaternion (lua_State* tolua_S)
 {
  Quaternion* self = (Quaternion*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_PhysicsRaycastResult (lua_State* tolua_S)
 {
  PhysicsRaycastResult* self = (PhysicsRaycastResult*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_ResourceRef (lua_State* tolua_S)
 {
  ResourceRef* self = (ResourceRef*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector3 (lua_State* tolua_S)
 {
  Vector3* self = (Vector3*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_BoundingBox (lua_State* tolua_S)
 {
  BoundingBox* self = (BoundingBox*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 29 - 29
Extras/LuaScript/ResourceLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Resource
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:27.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:51.
 */
 
 //
@@ -48,99 +48,99 @@ using namespace Urho3D;
 static int tolua_collect_String (lua_State* tolua_S)
 {
  String* self = (String*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_IntRect (lua_State* tolua_S)
 {
  IntRect* self = (IntRect*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Color (lua_State* tolua_S)
 {
  Color* self = (Color*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector4 (lua_State* tolua_S)
 {
  Vector4* self = (Vector4*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector3 (lua_State* tolua_S)
 {
  Vector3* self = (Vector3*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_StringHash (lua_State* tolua_S)
 {
  StringHash* self = (StringHash*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_ResourceRef (lua_State* tolua_S)
 {
  ResourceRef* self = (ResourceRef*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Rect (lua_State* tolua_S)
 {
  Rect* self = (Rect*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_ResourceRefList (lua_State* tolua_S)
 {
  ResourceRefList* self = (ResourceRefList*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector2 (lua_State* tolua_S)
 {
  Vector2* self = (Vector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Quaternion (lua_State* tolua_S)
 {
  Quaternion* self = (Quaternion*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_IntVector2 (lua_State* tolua_S)
 {
  IntVector2* self = (IntVector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_BoundingBox (lua_State* tolua_S)
 {
  BoundingBox* self = (BoundingBox*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_XMLElement (lua_State* tolua_S)
 {
  XMLElement* self = (XMLElement*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 11 - 11
Extras/LuaScript/SceneLuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: Scene
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:28.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:52.
 */
 
 //
@@ -46,36 +46,36 @@ using namespace Urho3D;
 static int tolua_collect_Matrix3x4 (lua_State* tolua_S)
 {
  Matrix3x4* self = (Matrix3x4*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_String (lua_State* tolua_S)
 {
  String* self = (String*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Quaternion (lua_State* tolua_S)
 {
  Quaternion* self = (Quaternion*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_Vector3 (lua_State* tolua_S)
 {
  Vector3* self = (Vector3*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_StringHash (lua_State* tolua_S)
 {
  StringHash* self = (StringHash*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif
 

+ 7 - 7
Extras/LuaScript/UILuaAPI.cpp

@@ -1,6 +1,6 @@
 /*
 ** Lua binding: UI
-** Generated automatically by tolua++-1.0.92 on 06/29/13 19:40:28.
+** Generated automatically by tolua++-1.0.92 on 06/30/13 11:31:52.
 */
 
 //
@@ -62,22 +62,22 @@ using namespace Urho3D;
 static int tolua_collect_IntVector2 (lua_State* tolua_S)
 {
  IntVector2* self = (IntVector2*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_IntRect (lua_State* tolua_S)
 {
  IntRect* self = (IntRect*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 
 static int tolua_collect_ResourceRef (lua_State* tolua_S)
 {
  ResourceRef* self = (ResourceRef*) tolua_tousertype(tolua_S,1,0);
-    Mtolua_delete(self);
-    return 0;
+  Mtolua_delete(self);
+  return 0;
 }
 #endif