Skip to content

Instantly share code, notes, and snippets.

@SQReder
Forked from anonymous/IBufferedField.cs
Created May 25, 2015 19:35
Show Gist options
  • Save SQReder/4758a9fc33d856a19116 to your computer and use it in GitHub Desktop.
Save SQReder/4758a9fc33d856a19116 to your computer and use it in GitHub Desktop.
interface IBufferedField {
void Swap();
int this[int x, int y];
int ReadBack(int x, int y);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment