diff options
Diffstat (limited to 'development.md')
-rw-r--r-- | development.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/development.md b/development.md index 437443b..19326ef 100644 --- a/development.md +++ b/development.md @@ -5,6 +5,9 @@ As much as possible, OS-dependent functions should be put in `os.h/os-*.c`. in theory be implemented on any platform with just plain C, should be put in `util.c` even if they use OS-specific library functions.) +## Header files + +## Drawing ## Adding settings |