summaryrefslogtreecommitdiff
path: root/src/cat
diff options
context:
space:
mode:
authormniip <mniip@mniip.com>2013-05-11 11:08:32 (GMT)
committer mniip <mniip@mniip.com>2013-05-11 11:08:32 (GMT)
commit4d9b9b17d7593333e271de07b68fbef64b310cfa (patch)
treebc3153d6a2f4d5cdb1e91cc51e2e88dcefb538c0 /src/cat
parentc2cdec9e621a2af25a256a484fdf68adc46ea96f (diff)
downloadpowder-4d9b9b17d7593333e271de07b68fbef64b310cfa.zip
powder-4d9b9b17d7593333e271de07b68fbef64b310cfa.tar.gz
D:
Diffstat (limited to 'src/cat')
-rw-r--r--src/cat/LegacyLuaAPI.cpp2
-rw-r--r--src/cat/LuaBit.cpp2
-rw-r--r--src/cat/LuaButton.cpp2
-rw-r--r--src/cat/LuaButton.h2
-rw-r--r--src/cat/LuaCheckbox.cpp2
-rw-r--r--src/cat/LuaCheckbox.h2
-rw-r--r--src/cat/LuaComponent.cpp2
-rw-r--r--src/cat/LuaComponent.h2
-rw-r--r--src/cat/LuaLabel.cpp2
-rw-r--r--src/cat/LuaLabel.h2
-rw-r--r--src/cat/LuaLuna.h2
-rw-r--r--src/cat/LuaProgressBar.cpp2
-rw-r--r--src/cat/LuaProgressBar.h2
-rw-r--r--src/cat/LuaScriptInterface.cpp2
-rw-r--r--src/cat/LuaSlider.cpp2
-rw-r--r--src/cat/LuaSlider.h2
-rw-r--r--src/cat/LuaTextbox.cpp2
-rw-r--r--src/cat/LuaTextbox.h2
-rw-r--r--src/cat/LuaWindow.cpp2
-rw-r--r--src/cat/LuaWindow.h2
20 files changed, 20 insertions, 20 deletions
diff --git a/src/cat/LegacyLuaAPI.cpp b/src/cat/LegacyLuaAPI.cpp
index 82ae6a0..7eed062 100644
--- a/src/cat/LegacyLuaAPI.cpp
+++ b/src/cat/LegacyLuaAPI.cpp
@@ -1984,4 +1984,4 @@ int luatpt_screenshot(lua_State* l)
Client::Ref().WriteFile(data, filename.str());
return 0;
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaBit.cpp b/src/cat/LuaBit.cpp
index 9807441..f1479d0 100644
--- a/src/cat/LuaBit.cpp
+++ b/src/cat/LuaBit.cpp
@@ -190,4 +190,4 @@ int luaopen_bit(lua_State *L)
#endif
return 1;
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaButton.cpp b/src/cat/LuaButton.cpp
index 3f7ba26..1b55f89 100644
--- a/src/cat/LuaButton.cpp
+++ b/src/cat/LuaButton.cpp
@@ -113,4 +113,4 @@ void LuaButton::triggerAction()
LuaButton::~LuaButton()
{
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaButton.h b/src/cat/LuaButton.h
index 012779d..69a77a4 100644
--- a/src/cat/LuaButton.h
+++ b/src/cat/LuaButton.h
@@ -30,4 +30,4 @@ public:
LuaButton(lua_State * l);
~LuaButton();
-}; \ No newline at end of file
+};
diff --git a/src/cat/LuaCheckbox.cpp b/src/cat/LuaCheckbox.cpp
index d844cf5..55c39db 100644
--- a/src/cat/LuaCheckbox.cpp
+++ b/src/cat/LuaCheckbox.cpp
@@ -111,4 +111,4 @@ void LuaCheckbox::triggerAction()
LuaCheckbox::~LuaCheckbox()
{
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaCheckbox.h b/src/cat/LuaCheckbox.h
index 479cab2..0f2e8ad 100644
--- a/src/cat/LuaCheckbox.h
+++ b/src/cat/LuaCheckbox.h
@@ -30,4 +30,4 @@ public:
LuaCheckbox(lua_State * l);
~LuaCheckbox();
-}; \ No newline at end of file
+};
diff --git a/src/cat/LuaComponent.cpp b/src/cat/LuaComponent.cpp
index c32db6d..028dfb5 100644
--- a/src/cat/LuaComponent.cpp
+++ b/src/cat/LuaComponent.cpp
@@ -81,4 +81,4 @@ LuaComponent::~LuaComponent()
component->GetParentWindow()->RemoveComponent(component);
delete component;
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaComponent.h b/src/cat/LuaComponent.h
index 9e11b12..8e40890 100644
--- a/src/cat/LuaComponent.h
+++ b/src/cat/LuaComponent.h
@@ -30,4 +30,4 @@ public:
ui::Component * GetComponent() { return component; }
LuaComponent(lua_State * l);
~LuaComponent();
-}; \ No newline at end of file
+};
diff --git a/src/cat/LuaLabel.cpp b/src/cat/LuaLabel.cpp
index 15a7720..4131918 100644
--- a/src/cat/LuaLabel.cpp
+++ b/src/cat/LuaLabel.cpp
@@ -54,4 +54,4 @@ int LuaLabel::text(lua_State * l)
LuaLabel::~LuaLabel()
{
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaLabel.h b/src/cat/LuaLabel.h
index a80ea4f..2653d9c 100644
--- a/src/cat/LuaLabel.h
+++ b/src/cat/LuaLabel.h
@@ -26,4 +26,4 @@ public:
LuaLabel(lua_State * l);
~LuaLabel();
-}; \ No newline at end of file
+};
diff --git a/src/cat/LuaLuna.h b/src/cat/LuaLuna.h
index 1d5d937..9fa4042 100644
--- a/src/cat/LuaLuna.h
+++ b/src/cat/LuaLuna.h
@@ -157,4 +157,4 @@ private:
lua_pushfstring(L, "%s (%s)", T::className, buff);
return 1;
}
-}; \ No newline at end of file
+};
diff --git a/src/cat/LuaProgressBar.cpp b/src/cat/LuaProgressBar.cpp
index 670d88a..787cfcf 100644
--- a/src/cat/LuaProgressBar.cpp
+++ b/src/cat/LuaProgressBar.cpp
@@ -70,4 +70,4 @@ int LuaProgressBar::status(lua_State * l)
LuaProgressBar::~LuaProgressBar()
{
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaProgressBar.h b/src/cat/LuaProgressBar.h
index 9de56e7..a27ddee 100644
--- a/src/cat/LuaProgressBar.h
+++ b/src/cat/LuaProgressBar.h
@@ -27,4 +27,4 @@ public:
LuaProgressBar(lua_State * l);
~LuaProgressBar();
-}; \ No newline at end of file
+};
diff --git a/src/cat/LuaScriptInterface.cpp b/src/cat/LuaScriptInterface.cpp
index d299c2c..09170a9 100644
--- a/src/cat/LuaScriptInterface.cpp
+++ b/src/cat/LuaScriptInterface.cpp
@@ -2202,4 +2202,4 @@ std::string LuaScriptInterface::FormatCommand(std::string command)
LuaScriptInterface::~LuaScriptInterface() {
delete legacy;
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaSlider.cpp b/src/cat/LuaSlider.cpp
index e022ba0..f8505d2 100644
--- a/src/cat/LuaSlider.cpp
+++ b/src/cat/LuaSlider.cpp
@@ -111,4 +111,4 @@ void LuaSlider::triggerOnValueChanged()
LuaSlider::~LuaSlider()
{
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaSlider.h b/src/cat/LuaSlider.h
index f9f327e..a1a97c4 100644
--- a/src/cat/LuaSlider.h
+++ b/src/cat/LuaSlider.h
@@ -30,4 +30,4 @@ public:
LuaSlider(lua_State * l);
~LuaSlider();
-}; \ No newline at end of file
+};
diff --git a/src/cat/LuaTextbox.cpp b/src/cat/LuaTextbox.cpp
index be4add9..89191a6 100644
--- a/src/cat/LuaTextbox.cpp
+++ b/src/cat/LuaTextbox.cpp
@@ -114,4 +114,4 @@ int LuaTextbox::text(lua_State * l)
LuaTextbox::~LuaTextbox()
{
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaTextbox.h b/src/cat/LuaTextbox.h
index 437875f..9a45f61 100644
--- a/src/cat/LuaTextbox.h
+++ b/src/cat/LuaTextbox.h
@@ -30,4 +30,4 @@ public:
LuaTextbox(lua_State * l);
~LuaTextbox();
-}; \ No newline at end of file
+};
diff --git a/src/cat/LuaWindow.cpp b/src/cat/LuaWindow.cpp
index 80fc014..84e32e1 100644
--- a/src/cat/LuaWindow.cpp
+++ b/src/cat/LuaWindow.cpp
@@ -592,4 +592,4 @@ LuaWindow::~LuaWindow()
ui::Engine::Ref().CloseWindow();
delete window;
}
-#endif \ No newline at end of file
+#endif
diff --git a/src/cat/LuaWindow.h b/src/cat/LuaWindow.h
index f48c5f9..187b3dd 100644
--- a/src/cat/LuaWindow.h
+++ b/src/cat/LuaWindow.h
@@ -79,4 +79,4 @@ public:
ui::Window * GetWindow() { return window; }
LuaWindow(lua_State * l);
~LuaWindow();
-}; \ No newline at end of file
+};