Update codegen with WAPP_PLATFORM_CPP

This commit is contained in:
2025-04-20 19:57:57 +01:00
parent b884d0e6a6
commit 9e34b37d8d
3 changed files with 16 additions and 7 deletions

View File

@@ -101,7 +101,15 @@ def make_dbl_list(user_datatypes: Dict[CDataType, DblListData] = {}):
header = CHeader(
name="dbl_list",
decl_types=[*common_decl_types],
includes=[],
includes=[
CInclude(
header=str(convert_to_relative(
WAPP_SRC_ROOT / "common" / "platform" / "platform.h",
out_dir
)).replace("\\", "/"),
local=True,
)
],
types=[],
funcs=[]
)