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