mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-22 20:40:18 +00:00
Update base.h
This commit is contained in:
parent
52abebfc16
commit
57153dc8d2
@ -23,7 +23,6 @@ typedef struct PyVar{
|
|||||||
union {
|
union {
|
||||||
int64_t _i64;
|
int64_t _i64;
|
||||||
double _f64;
|
double _f64;
|
||||||
bool _bool;
|
|
||||||
PyObject* _obj;
|
PyObject* _obj;
|
||||||
void* _ptr;
|
void* _ptr;
|
||||||
// Vec2
|
// Vec2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user