mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-21 02:32:06 +00:00
Some refactoring and cleanup (#1806)
* Use clang-tidy `misc-include-cleaner` for IWYU `#include` cleanup * Use `std::optional<size_t>` instead of `ssize_t` * Rename some functions in linkdefs.hpp * Fix header order
This commit is contained in:
2
src/extern/utf8decoder.cpp
vendored
2
src/extern/utf8decoder.cpp
vendored
@@ -6,6 +6,8 @@
|
||||
|
||||
#include "extern/utf8decoder.hpp"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
// clang-format off: vertically align values
|
||||
static uint8_t const utf8d[] = {
|
||||
// The first part of the table maps bytes to character classes that
|
||||
|
||||
Reference in New Issue
Block a user