Multiple function prototypes and constants

git-svn-id: https://lsleditor.svn.sourceforge.net/svnroot/lsleditor@29 3f4676ac-adda-40fd-8265-58d1435b1672
This commit is contained in:
mkudra 2011-04-24 15:53:15 +00:00
parent b731838f35
commit 6b3ea567b0
75 changed files with 82 additions and 80 deletions

View file

@ -1,14 +1,13 @@
// www.lsleditor.org by Alphons van der Heijden (SL: Alphons Jano)
default
{
state_entry()
{
llSay(0, "Hello, Avatar!");
llSay(0, (string)PRIM_NAME);
}
touch_start(integer total_number)
{
llSay(0, "Touched: "+(string)total_number);
integer a = 1;
}
}
}