log: initial framework for logging things

This commit is contained in:
Daniel Eklöf 2018-12-17 20:25:18 +01:00
parent c1e71eca60
commit d516ffdda0
3 changed files with 62 additions and 0 deletions

View file

@ -26,6 +26,7 @@ add_executable(f00bar
bar.c bar.h
config.c config.h
font.c font.h
log.c log.h
main.c
module.c module.h
particle.c particle.h