This commit is contained in:
BLUELOVETH 2023-07-07 16:08:58 +08:00
parent 5f0bf65da7
commit 00637c2595

View File

@ -8,9 +8,7 @@ extern "C" {
#include <stdbool.h>
#include <stdint.h>
#ifndef PK_EXPORT
#define PK_EXPORT
#endif
#include "pocketpy/export.h"
typedef struct pkpy_vm_handle pkpy_vm;