From 5d2d65e3277eca557fbc7af141d4de2235411081 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Sat, 30 Nov 2019 08:41:17 +0100 Subject: [PATCH] Add comment --- raycastlib.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/raycastlib.h b/raycastlib.h index cd1d928..ebb9173 100644 --- a/raycastlib.h +++ b/raycastlib.h @@ -24,6 +24,12 @@ unit length, texture coordinates etc.). - Screen coordinates are normal: [0,0] = top left, x goes right, y goes down. + The library is meant to be used in not so huge programs that use single + translation unit and so includes both declarations and implementation at once. + If you for some reason use multiple translation units (which include the + library), you'll have to handle this yourself (e.g. create a wrapper, manually + split the library into .c and .h etc.). + author: Miloslav "drummyfish" Ciz license: CC0 1.0 version: 0.901