feature(xlabs): export builtin maps (#50)
This commit is contained in:
parent
f7f3a33d0e
commit
bf92756d2b
1
.gitignore
vendored
1
.gitignore
vendored
@ -149,6 +149,7 @@ user*.bat
|
||||
# VScode
|
||||
.vscode/
|
||||
|
||||
parsed/
|
||||
compiled/
|
||||
decompiled/
|
||||
assembled/
|
||||
|
@ -42,6 +42,9 @@ public:
|
||||
|
||||
auto decompiler() -> decompiler& { return decompiler_; }
|
||||
|
||||
auto func_map() const -> std::unordered_map<std::string_view, u16> const& { return func_map_rev_; }
|
||||
auto meth_map() const -> std::unordered_map<std::string_view, u16> const& { return meth_map_rev_; }
|
||||
|
||||
auto init(gsc::build build, read_cb_type callback) -> void;
|
||||
|
||||
auto cleanup() -> void;
|
||||
|
Loading…
Reference in New Issue
Block a user