Skip to content

Commit

Permalink
Made Lua obsolete
Browse files Browse the repository at this point in the history
Use a different library for lua scripting, they exist!
  • Loading branch information
antonijn committed Jul 16, 2017
1 parent 1083916 commit f304895
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Pencil.Gaming/Scripting/Lua.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
using System.Runtime.InteropServices;

namespace Pencil.Gaming.Scripting {
[Obsolete]
public static unsafe partial class Lua {
public const string VersionMajor = "5";
public const string VersionMinor = "2";
Expand Down
1 change: 1 addition & 0 deletions Pencil.Gaming/Scripting/LuaL.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
using System;

namespace Pencil.Gaming.Scripting {
[Obsolete]
public static unsafe partial class LuaL {
public const int NoRef = -2;
public const int RefNil = -1;
Expand Down

0 comments on commit f304895

Please sign in to comment.