Add optional arguments to the todo list.

Interesting alternative to overloaded functions.
This commit is contained in:
Bill Currie 2012-11-14 14:55:36 +09:00
parent ef7678fcec
commit 9d7b8a4cf2

View file

@ -13,6 +13,8 @@ M unnamed function parameters for prototypes/typdefs etc.
o fix object files
o optimizations (esp CSE)
W fix used/uninitialized warnings
o optional arguments for functions
vector(vector fwd, optional vector up) vectoangles = #51;
o arrays in entities
o embedded nul characters in strings
? try to reduce memory consumption