]> git.mdlowis.com Git - projs/tide.git/commit
move drawing functions to a dedicated file so it can be used from other utilities
authorMichael D. Lowis <mike@mdlowis.com>
Sat, 5 Jan 2019 04:24:46 +0000 (23:24 -0500)
committerMichael D. Lowis <mike@mdlowis.com>
Sat, 5 Jan 2019 04:24:46 +0000 (23:24 -0500)
commit8956e9ecf1212456ebe260857a1658b788dd782e
treed578e4d7a13c3588af49ec0915d104bad3fe7248
parentca0962b5b1d696426e7583b1ce34a89219d1aa62
move drawing functions to a dedicated file so it can be used from other utilities
Makefile
config.mk
inc/draw.h [new file with mode: 0644]
inc/win.h
src/lib/draw.c [new file with mode: 0644]
src/tide.c