Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ruanhaishen
NLua
Commits
c516a6a9
"packages/KeraLua.1.0.2/vscode:/vscode.git/clone" did not exist on "64a6b5c78e6d0e2df570234bf83dde0bb4930daf"
Commit
c516a6a9
authored
Nov 20, 2014
by
Vinicius Jarina
Browse files
Fixed build. #if MONOTOUCH
parent
1aaf1544
Changes
3
Show whitespace changes
Inline
Side-by-side
Core/NLua/Lua.cs
View file @
c516a6a9
...
@@ -35,7 +35,10 @@ using NLua.Event;
...
@@ -35,7 +35,10 @@ using NLua.Event;
using
NLua.Method
;
using
NLua.Method
;
using
NLua.Exceptions
;
using
NLua.Exceptions
;
using
NLua.Extensions
;
using
NLua.Extensions
;
using
ObjCRuntime
;
#if MONOTOUCH
using
ObjCRuntime
;
#endif
namespace
NLua
namespace
NLua
{
{
...
...
Core/NLua/Metatables.cs
View file @
c516a6a9
...
@@ -32,7 +32,10 @@ using System.Collections.Generic;
...
@@ -32,7 +32,10 @@ using System.Collections.Generic;
using
System.Runtime.InteropServices
;
using
System.Runtime.InteropServices
;
using
NLua.Method
;
using
NLua.Method
;
using
NLua.Extensions
;
using
NLua.Extensions
;
using
ObjCRuntime
;
#if MONOTOUCH
using
ObjCRuntime
;
#endif
namespace
NLua
namespace
NLua
{
{
...
...
Core/NLua/ObjectTranslator.cs
View file @
c516a6a9
...
@@ -32,7 +32,10 @@ using System.Collections.Generic;
...
@@ -32,7 +32,10 @@ using System.Collections.Generic;
using
NLua.Method
;
using
NLua.Method
;
using
NLua.Exceptions
;
using
NLua.Exceptions
;
using
NLua.Extensions
;
using
NLua.Extensions
;
using
ObjCRuntime
;
#if MONOTOUCH
using
ObjCRuntime
;
#endif
namespace
NLua
namespace
NLua
{
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment