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;
+2
View File
@@ -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);