Created
October 13, 2014 14:55
-
-
Save aras-p/b66fd1f65560f6fe6a9e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using System; | |
| using System.Collections.Generic; | |
| using System.Diagnostics; | |
| using System.IO; | |
| using System.Linq; | |
| using Unity.Options; | |
| using Unity.IL2CPP; | |
| namespace il2cpp | |
| { | |
| public class Program | |
| { | |
| public static int Main(string[] args) | |
| { | |
| // the rest of il2cpp code... | |
| } | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment