1111
This commit is contained in:
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user