From 9d7b8a4cf2f1fa0523965030265584439d96e0ec Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 14 Nov 2012 14:55:36 +0900 Subject: [PATCH] Add optional arguments to the todo list. Interesting alternative to overloaded functions. --- tools/qfcc/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index cb1a2f046..5a3db158f 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -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