renamed v_ptr to p
This commit is contained in:
parent
0e80a56892
commit
4c3933f789
@ -33,7 +33,7 @@ typedef struct Result_ {
|
|||||||
i64 i;
|
i64 i;
|
||||||
f32 f;
|
f32 f;
|
||||||
f64 d;
|
f64 d;
|
||||||
void* v_ptr;
|
void* p;
|
||||||
};
|
};
|
||||||
} Result_;
|
} Result_;
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user