diff options
| author | Akshay Nair <phenax5@gmail.com> | 2025-05-01 20:13:47 +0530 |
|---|---|---|
| committer | Akshay Nair <phenax5@gmail.com> | 2025-05-02 16:19:42 +0530 |
| commit | 4afe7914a4d4f59703d14f9ba8470ed87831ddcb (patch) | |
| tree | 329a87cbcbf8fdecb491a9fb633d4cf3147e54d9 /src/LuaRuntime.hpp | |
| parent | 3f5325f59ba7f8552d093fdafd9674b713f3cad9 (diff) | |
| download | null-browser-4afe7914a4d4f59703d14f9ba8470ed87831ddcb.tar.gz null-browser-4afe7914a4d4f59703d14f9ba8470ed87831ddcb.zip | |
Add stdlib and web.utils
Diffstat (limited to '')
| -rw-r--r-- | src/LuaRuntime.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/LuaRuntime.hpp b/src/LuaRuntime.hpp index bff200a..2af61f7 100644 --- a/src/LuaRuntime.hpp +++ b/src/LuaRuntime.hpp @@ -35,6 +35,7 @@ public: void evaluate(const QString &code); void load_file_sync(const QString &path); void append_package_path(const QString &path); + void require_module(const QString &module_name); void stop_event_loop(); void start_event_loop(); |
