This commit is contained in:
lenheart
2025-03-27 20:21:11 +08:00
parent 9d84fe256d
commit 4d65103501
33 changed files with 2712 additions and 2069 deletions

View File

@@ -27,6 +27,11 @@ class Memory {
class NativePointer extends Base_C_Object {
function _tyoeof()
{
return "Sq_Pointer";
}
constructor(T) {
if (typeof T == "integer") {
base.constructor(Sq_New_Point(T));