Decompress both fonts correctly

This commit is contained in:
Ben V. Brown
2023-01-03 17:26:50 +11:00
parent afb7628983
commit 77f213e63c
2 changed files with 6 additions and 6 deletions

View File

@@ -7,7 +7,8 @@
#ifndef TRANSLATION_H_
#define TRANSLATION_H_
#include "stdint.h"
#include <stdbool.h>
#include <stdint.h>
extern const bool HasFahrenheit;