Saving project / small changes. Will do more tomorrow.

0.1-prestable
Adam Frisby 2007-05-03 05:13:22 +00:00
parent 57dc34b23f
commit 8b2896291a
2 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,7 @@
</ItemGroup>
<ItemGroup>
<Compile Include="lsl.cs" />
<Compile Include="lslByteCode.cs" />
<Compile Include="lslscript.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>

View File

@ -74,6 +74,10 @@ namespace libLSL
pushBytes(getBytes(16));
break;
case lslOpcodes.OP_STORE:
// Somefin.
break;
default:
break;
}