| /* Copyright 2025 Google Inc. All Rights Reserved. | |
| Distributed under MIT license. | |
| See file LICENSE for detail or copy at https://opensource.org/licenses/MIT | |
| */ | |
| #include "prefix.h" | |
| #include "../common/platform.h" /* IWYU pragma: keep */ | |
| #if defined(__cplusplus) || defined(c_plusplus) | |
| extern "C" { | |
| #endif | |
| /* Embed kCmdLut. */ | |
| #include "prefix_inc.h" | |
| #if defined(__cplusplus) || defined(c_plusplus) | |
| } /* extern "C" */ | |
| #endif |