interference/include/tools.h

6 lines
93 B
C
Raw Permalink Normal View History

2021-12-23 10:00:55 +01:00
#pragma once
2022-01-09 18:54:15 +01:00
#include "type.h"
2021-12-23 10:00:55 +01:00
int sign(int x);
2022-01-09 18:54:15 +01:00
int length(struct Vec2 *a, struct Vec2 *b);