mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-12-26 15:06:22 +01:00
7 lines
No EOL
119 B
Text
7 lines
No EOL
119 B
Text
function Buffer(buff) constructor {
|
|
self.buffer = buff;
|
|
|
|
static destroy = function() {
|
|
buffer_delete(buffer);
|
|
}
|
|
} |