Переглянути джерело

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)