Fix styling issues, rename scripts

This commit is contained in:
2025-03-11 09:49:43 +03:00
parent 8009498331
commit 69515af77f
15 changed files with 91 additions and 11 deletions

View File

@@ -1,6 +1,7 @@
#include <BH/Unit.h>
#include <stdlib.h>
typedef struct BH_Unit
{
struct BH_Unit *next;
@@ -77,4 +78,3 @@ int BH_UnitRun(void)
BH_UnitCleanup();
return result;
}