Prep for moving common stuff out to main ks

This commit is contained in:
Michal Moskal
2016-04-04 20:28:08 -07:00
parent 46d42e5300
commit b8d5ec853e
4 changed files with 122 additions and 166 deletions

View File

@ -53,3 +53,9 @@ namespace pins {
return 0;
}
}
interface Buffer {
[index: number]: number;
// rest defined in buffer.cpp
}