rename base.h -> engine.h and fix bugs in codegen

This commit is contained in:
2025-12-19 04:19:00 +01:00
parent abb32d118a
commit 66feaab027
6 changed files with 10 additions and 6 deletions

View File

@@ -1,4 +1,6 @@
#pragma once
#include <limits.h>
#include <stddef.h>
#include <stdint.h>