fix: tools: font_converter import stddef.h
This commit is contained in:
parent
db596a9212
commit
903b303322
@ -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[] = {{\\\
|
||||||
|
Loading…
Reference in New Issue
Block a user