Add a TODO file for qfcc

This commit is contained in:
Jeff Teunissen 2001-07-17 21:51:10 +00:00
parent 3488946bb5
commit 3e1bbd47df

12
tools/qfcc/TODO Normal file
View file

@ -0,0 +1,12 @@
o = todo
X = done
? = maybe but not likely
M = more testing
I = in progress
W = waiting on other work
o switch/case, for any type
o native integer type
o quaternion type
o ?: operator
o <op>= operator ( var += expr, etc. )