aboutsummaryrefslogtreecommitdiff
path: root/generated/Emoji.hpp
blob: 0ba60b16f5b09b851052556614971f7fdd727350 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include <stdint.h>
#include <stddef.h>

// This file was automatically generated with generate-emoji-sequences.py, do not edit manually!

namespace QuickMedia {
    bool match_emoji_sequence(const unsigned char *str, size_t size, uint32_t sequence[32], size_t &sequence_len, size_t &byte_length);
}