Difference between revisions of "SCI/TODO"

Jump to navigation Jump to search
1 byte added ,  12:26, 21 February 2009
m
fixed small typo
m (fixed small typo)
Line 2: Line 2:
* Replace all uses of gint8, etc. by our native types, to get rid of the typedefs we use right now.
* Replace all uses of gint8, etc. by our native types, to get rid of the typedefs we use right now.
* check for places that use char or unsigned char for boolean values, and change those to use type bool instead
* check for places that use char or unsigned char for boolean values, and change those to use type bool instead
* more formatting fixes: TheSCI code puts return values on separate lines all over the place, e.g.
* more formatting fixes: The SCI code puts return values on separate lines all over the place, e.g.


<syntax type="C++">
<syntax type="C++">
236

edits

Navigation menu