Jelajahi Sumber

Implemented size_t.

Added note about extern types.
Brucey 9 tahun lalu
induk
melakukan
67f2a62f0f
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  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
 ## Missing Functionality
 
 
 * MaxGUI - Windows
 * MaxGUI - Windows
+* Fix c-style extern struct types.
 
 
 ## New Features and Improvements
 ## New Features and Improvements
 
 
 * Method overloading
 * Method overloading
 * Generics
 * Generics
 * Operator overloading
 * Operator overloading
-* New primitive types (unsigned types, size_t equivalent)
-
+* New primitive types (unsigned types)