summaryrefslogtreecommitdiff
path: root/development.md
diff options
context:
space:
mode:
authorpommicket <pommicket@gmail.com>2023-01-01 23:25:58 -0500
committerpommicket <pommicket@gmail.com>2023-01-01 23:25:58 -0500
commit7ca811b72f10ce76d0372343bde71beea3528b20 (patch)
tree11c1620bd2ad85009c37ef700724468a36d9aff4 /development.md
parentf173b7715cf1385db1cea67a3db07bb7d38174e9 (diff)
gl.c restructuring
Diffstat (limited to 'development.md')
-rw-r--r--development.md3
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