Skip to content

Commit

Permalink
Removed all code to make this "Hello World"
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanpeppers committed Jan 31, 2024
1 parent bd8df92 commit a48fb0e
Show file tree
Hide file tree
Showing 12 changed files with 16 additions and 629 deletions.
75 changes: 0 additions & 75 deletions DotNet/Android.cs

This file was deleted.

7 changes: 7 additions & 0 deletions DotNet/Class1.cs
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
using System.Runtime.InteropServices;

class Class1
{
[UnmanagedCallersOnly(EntryPoint = "ManagedAdd")]
public static int ManagedAdd(int x, int y) => x + y;
}
41 changes: 0 additions & 41 deletions DotNet/GLES20.cs

This file was deleted.

145 changes: 0 additions & 145 deletions DotNet/Renderer.cs

This file was deleted.

43 changes: 0 additions & 43 deletions DotNet/SKFrameCounter.cs

This file was deleted.

Loading

0 comments on commit a48fb0e

Please sign in to comment.