Adding layer

This commit is contained in:
AnonymusRaccoon
2020-01-04 16:56:28 +01:00
parent af7fbefa57
commit 3bdda0c03d
13 changed files with 37 additions and 16 deletions
+1
View File
@@ -15,6 +15,7 @@ struct walk_action
gc_component base;
int acceleration;
int max_acceleration;
int decceleration;
};
extern const struct walk_action walk_action;