(svn r15578) -Change: unexternalise squirrel.

This commit is contained in:
rubidium
2009-02-25 01:21:50 +00:00
parent b2def94607
commit a9dd6dc2f5
81 changed files with 14906 additions and 0 deletions

4
src/3rdparty/squirrel/etc/test.nut vendored Normal file
View File

@@ -0,0 +1,4 @@
function foo(i, f, s)
{
print("Called foo(), i="+i+", f="+f+", s='"+s+"'\n");
}