From cf00db04877a7d29833761712644864e3b530ed0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miloslav=20=C4=8C=C3=AD=C5=BE?= Date: Wed, 26 Jun 2019 18:16:49 +0200 Subject: [PATCH] Add todo --- todo.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/todo.txt b/todo.txt index 240499c..0e71222 100644 --- a/todo.txt +++ b/todo.txt @@ -4,6 +4,8 @@ features: (e.g. a "low memory sort strategy" will turn z-buffer off and turn back-to-front sorting on). +- Add and test a doxyfile. + - Helper functions for e.g. retrieving and caching UV coords etc. Maybe these should be in a separate file? DONE