mirror of
https://github.com/zoriya/Twac.git
synced 2026-06-02 02:25:11 +00:00
Adding layer
This commit is contained in:
@@ -15,6 +15,7 @@ struct walk_action
|
||||
gc_component base;
|
||||
int acceleration;
|
||||
int max_acceleration;
|
||||
int decceleration;
|
||||
};
|
||||
|
||||
extern const struct walk_action walk_action;
|
||||
@@ -6,6 +6,8 @@
|
||||
*/
|
||||
#pragma once
|
||||
|
||||
int my_str_islower_or_num(const char *str);
|
||||
|
||||
int my_printf(const char *str, ...);
|
||||
|
||||
int count_valid_queens_placements(int n);
|
||||
|
||||
Reference in New Issue
Block a user