interference/include/tools.h

6 lines
93 B
C

#pragma once
#include "type.h"
int sign(int x);
int length(struct Vec2 *a, struct Vec2 *b);