godot/thirdparty/brotli/common/dictionary.c

/* Copyright 2013 Google Inc. All Rights Reserved.

   Distributed under MIT license.
   See file LICENSE for detail or copy at https://opensource.org/licenses/MIT
*/

#include "dictionary.h"
#include "platform.h"

#if defined(__cplusplus) || defined(c_plusplus)
extern "C" {
#endif

#if !defined(BROTLI_EXTERNAL_DICTIONARY_DATA)
static const uint8_t kBrotliDictionaryData[] =/* GENERATED CODE START */
{}
/* GENERATED CODE END */
;
#endif  /* !BROTLI_EXTERNAL_DICTIONARY_DATA */

#if !defined(BROTLI_EXTERNAL_DICTIONARY_DATA)
static const BrotliDictionary kBrotliDictionary =;

const BrotliDictionary* BrotliGetDictionary(void) {}

void BrotliSetDictionaryData(const uint8_t* data) {}

#if defined(__cplusplus) || defined(c_plusplus)
}  /* extern "C" */
#endif