Prep for moving common stuff out to main ks
This commit is contained in:
@ -53,3 +53,9 @@ namespace pins {
|
||||
return 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
interface Buffer {
|
||||
[index: number]: number;
|
||||
// rest defined in buffer.cpp
|
||||
}
|
||||
|
Reference in New Issue
Block a user