We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f02a54 commit bc5e5a8Copy full SHA for bc5e5a8
include/scratchcpp/iengine.h
@@ -377,13 +377,11 @@ class LIBSCRATCHCPP_EXPORT IEngine
377
/*! Emits when a question is answered. */
378
virtual sigslot::signal<const std::string &> &questionAnswered() = 0;
379
380
-#ifndef USE_LLVM
381
/*! Returns the list of extension names. */
382
virtual const std::vector<std::string> &extensions() const = 0;
383
384
/*! Sets the list of extension names. */
385
virtual void setExtensions(const std::vector<std::string> &newExtensions) = 0;
386
-#endif
387
388
/*! Returns the map of scripts (each top level block has a Script object). */
389
virtual const std::unordered_map<std::shared_ptr<Block>, std::shared_ptr<Script>> &scripts() const = 0;
0 commit comments