mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-23 19:01:06 +00:00
Add optional arguments to the todo list.
Interesting alternative to overloaded functions.
This commit is contained in:
parent
ef7678fcec
commit
9d7b8a4cf2
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue