Merge branch 'master' into tilemap-docs

This commit is contained in:
octorock
2023-12-28 14:59:23 +01:00
495 changed files with 14619 additions and 16191 deletions
+2 -2
View File
@@ -17,8 +17,8 @@ typedef struct {
u16 tilePos;
} BenchEntity;
void Bench_Init(BenchEntity*);
void Bench_Action1(BenchEntity*);
void Bench_Init(BenchEntity* this);
void Bench_Action1(BenchEntity* this);
void Bench(Entity* this) {
static void (*const Bench_Actions[])(BenchEntity*) = {