mirror of
https://git.coom.tech/drummyfish/raycastlib.git
synced 2025-01-08 07:06:19 +01:00
Add comment
This commit is contained in:
parent
256221c6a2
commit
5d2d65e327
1 changed files with 6 additions and 0 deletions
|
@ -24,6 +24,12 @@
|
||||||
unit length, texture coordinates etc.).
|
unit length, texture coordinates etc.).
|
||||||
- Screen coordinates are normal: [0,0] = top left, x goes right, y goes down.
|
- 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
|
author: Miloslav "drummyfish" Ciz
|
||||||
license: CC0 1.0
|
license: CC0 1.0
|
||||||
version: 0.901
|
version: 0.901
|
||||||
|
|
Loading…
Reference in a new issue