aboutsummaryrefslogtreecommitdiff
path: root/fns.h
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2020-06-16 15:15:10 +0000
committerrodri <rgl@antares-labs.eu>2020-06-16 15:15:10 +0000
commit4f5035ffa4e67beba5489cf8a23f02c872595ed2 (patch)
tree1a0bc3e334f6aaec48076b969af1d7e1dacb48ee /fns.h
parent86a9f3172f6a6ca13348520706ca5a14f4cfb822 (diff)
downloadpuppeteer-4f5035ffa4e67beba5489cf8a23f02c872595ed2.tar.gz
puppeteer-4f5035ffa4e67beba5489cf8a23f02c872595ed2.tar.bz2
puppeteer-4f5035ffa4e67beba5489cf8a23f02c872595ed2.zip
started work on zooming and a textual hud.
Diffstat (limited to 'fns.h')
-rw-r--r--fns.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fns.h b/fns.h
index fe9ca4f..5152daa 100644
--- a/fns.h
+++ b/fns.h
@@ -14,5 +14,6 @@ Layer *newlayer(char*, Rectangle, ulong);
void rmlayer(Layer*);
/* utils */
+int clamp(int, int, int);
double fclamp(double, double, double);
int alphachan(ulong);