Преглед изворни кода

Implemented size_t.

Added note about extern types.
Brucey пре 9 година
родитељ
комит
67f2a62f0f
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      TODO.md

+ 2 - 2
TODO.md

@@ -4,11 +4,11 @@ A list of missing things, and stuff that would be nice to have...
 ## Missing Functionality
 
 * MaxGUI - Windows
+* Fix c-style extern struct types.
 
 ## New Features and Improvements
 
 * Method overloading
 * Generics
 * Operator overloading
-* New primitive types (unsigned types, size_t equivalent)
-
+* New primitive types (unsigned types)