Emoji.hpp 313 B

12345678910
  1. #pragma once
  2. #include <stdint.h>
  3. #include <stddef.h>
  4. // This file was automatically generated with generate-emoji-sequences.py, do not edit manually!
  5. namespace QuickMedia {
  6. bool match_emoji_sequence(const unsigned char *str, size_t size, uint32_t sequence[32], size_t &sequence_len, size_t &byte_length);
  7. }