mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
10 lines
187 B
C++
10 lines
187 B
C++
#pragma once
|
|
|
|
#include "bindings.h"
|
|
|
|
namespace pkpy{
|
|
unsigned char* _default_import_handler(const char*, int, int*);
|
|
void add_module_os(VM* vm);
|
|
void add_module_io(VM* vm);
|
|
}
|