Create new entity structs for Objects

This commit is contained in:
octorock
2023-07-31 21:31:30 +02:00
parent eb233b05cd
commit 4d67e6fe1f
178 changed files with 3741 additions and 3500 deletions
+2 -2
View File
@@ -16,8 +16,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*) = {