diff options
author | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-11-05 10:23:03 +1100 |
---|---|---|
committer | Kae <80987908+Novaenia@users.noreply.github.com> | 2024-11-05 10:23:03 +1100 |
commit | 515d71409c4b65c159ac6c0e815657f3ece56cb2 (patch) | |
tree | 7099069cb2136e0df2133b3b554de7e5486da2f5 /source/core/StarDirectives.hpp | |
parent | 6435fd5e34a613c2b143d9aba0672fead043ce13 (diff) |
support for an absurd hacky trick used by FD: appending to the frame ID via the directives parameter
wtf :sob:
Diffstat (limited to 'source/core/StarDirectives.hpp')
-rw-r--r-- | source/core/StarDirectives.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/core/StarDirectives.hpp b/source/core/StarDirectives.hpp index 9290649..d83a3e8 100644 --- a/source/core/StarDirectives.hpp +++ b/source/core/StarDirectives.hpp @@ -55,6 +55,7 @@ public: void loadOperations() const; void parse(String&& directives); + StringView prefix() const; String string() const; String const* stringPtr() const; String buildString() const; |