PCBrawl/inc/tools.h

7 lines
114 B
C
Raw Normal View History

2022-04-04 08:16:10 +02:00
#pragma once
#include "type.h"
void log_int(int x);
int sign(int x);
int length(struct Vec2 *a, struct Vec2 *b);