mirror of
https://github.com/Ttanasart-pt/Pixel-Composer.git
synced 2024-11-11 04:54:06 +01:00
7 lines
119 B
Plaintext
7 lines
119 B
Plaintext
function Buffer(buff) constructor {
|
|
self.buffer = buff;
|
|
|
|
static destroy = function() {
|
|
buffer_delete(buffer);
|
|
}
|
|
} |