Implement text/icon methods in simulator
This commit is contained in:
4
libs/base/enums.d.ts
vendored
4
libs/base/enums.d.ts
vendored
@ -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,
|
||||
|
2
libs/core/enums.d.ts
vendored
2
libs/core/enums.d.ts
vendored
@ -5,7 +5,7 @@
|
||||
* Drawing modes
|
||||
*/
|
||||
|
||||
declare enum Draw {
|
||||
declare const enum Draw {
|
||||
Normal = 0x00,
|
||||
Clear = 0x01,
|
||||
Xor = 0x02,
|
||||
|
Reference in New Issue
Block a user