fix: tools: font_converter import stddef.h

This commit is contained in:
Starnakin 2024-12-11 21:05:26 +01:00
parent db596a9212
commit 903b303322

View File

@ -36,6 +36,8 @@ for id, x, y, width, height, xoffset, yoffset, xadvance in re.findall(r"id=(\d+)
string: str = f"""\ string: str = f"""\
#pragma once #pragma once
#include <stddef.h>
#include "font.h" #include "font.h"
struct font {font_name}_font[] = {{\\\ struct font {font_name}_font[] = {{\\\