aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src
diff options
context:
space:
mode:
authorDavid Walter Seikel2014-05-13 12:09:08 +1000
committerDavid Walter Seikel2014-05-13 12:09:08 +1000
commitf8f7a9786ebd93308dfc86679f96ca3500215cd9 (patch)
treebe981aaa6ce413e9fd36358b3fc82d8821144ccb /src
parentMajor new TODO details - get llDialog() from the MLP scripts to actually work. (diff)
downloadSledjHamr-f8f7a9786ebd93308dfc86679f96ca3500215cd9.zip
SledjHamr-f8f7a9786ebd93308dfc86679f96ca3500215cd9.tar.gz
SledjHamr-f8f7a9786ebd93308dfc86679f96ca3500215cd9.tar.bz2
SledjHamr-f8f7a9786ebd93308dfc86679f96ca3500215cd9.tar.xz
Dedicating my lifes work to my girl Boots.
Diffstat (limited to 'src')
-rw-r--r--src/love/love.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/love/love.c b/src/love/love.c
index e30c8ac..f3137b5 100644
--- a/src/love/love.c
+++ b/src/love/love.c
@@ -1,3 +1,9 @@
1/* love world server - The central server that manages the virtual world.
2
3Dedicated to my girl Boots, coz she means the world to me.
4
5*/
6
1 7
2#include "../LuaSL/LuaSL.h" 8#include "../LuaSL/LuaSL.h"
3 9