Implement text/icon methods in simulator
This commit is contained in:
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