mirror of
https://github.com/zeldaret/tmc
synced 2026-08-27 08:27:43 -04:00
Merge branch 'master' into tilemap-docs
This commit is contained in:
+2
-2
@@ -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*) = {
|
||||
|
||||
Reference in New Issue
Block a user