Parse numbers

This commit is contained in:
Olivier Goffart 2020-05-07 09:06:58 +02:00
parent ecf1599d35
commit bdaf14ae23
7 changed files with 57 additions and 7 deletions

View file

@ -15,4 +15,6 @@ namespace sixtyfps {
using internal::Rectangle;
using internal::RectangleVTable;
using internal::Image;
using internal::ImageVTable;
}