Implement text/icon methods in simulator

This commit is contained in:
Michal Moskal
2017-07-13 22:01:39 +02:00
parent bfefb3eea9
commit 0dfde3b65f
4 changed files with 162 additions and 33 deletions

View File

@ -1,7 +1,7 @@
// Auto-generated. Do not edit.
declare enum NumberFormat {
declare const enum NumberFormat {
Int8LE = 1,
UInt8LE = 2,
Int16LE = 3,
@ -22,7 +22,7 @@
}
declare enum ValType {
declare const enum ValType {
Undefined = 0,
Boolean = 1,
Number = 2,