diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-18 08:13:19 -0500 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2023-11-18 08:13:19 -0500 |
commit | 6e4c0430de5ade2c8375ddcdeec93d4df3b163b1 (patch) | |
tree | 33886ae29401d4508298c6d63592ccdfb37a0e17 /libalee/dictionary.hpp | |
parent | a3fca07d87a2d057657af9bb79de9f595e4b1a10 (diff) |
add _nx word, use for most of core
not seeing performance improvement yet
Diffstat (limited to 'libalee/dictionary.hpp')
-rw-r--r-- | libalee/dictionary.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libalee/dictionary.hpp b/libalee/dictionary.hpp index 092026b..cfc56c4 100644 --- a/libalee/dictionary.hpp +++ b/libalee/dictionary.hpp @@ -159,6 +159,8 @@ public: */ void addDefinition(Word word) noexcept; + void addNativeWord(const char *s, void (*func)(State&)); + /** * Searches the dictionary for an entry for the given word. * @param word The dictionary-stored word to search for. |