inda19plusplus / logik

Logisim clone
MIT License
2 stars 5 forks source link

Cleaned up C# interop #31

Closed NogginBops closed 4 years ago

NogginBops commented 4 years ago

This pr cleans up the C# interop a bit so we don't have to use unsafe and makes the types used for interop fixed size (not dependent on platform).