Remove export and import. Fixes cannot find name compile errors.

This commit is contained in:
József Farkas
2016-04-17 21:44:00 +02:00
parent 785cf4b7f3
commit 79b93bdf0a
2 changed files with 1 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
export enum KeyModifiers {
enum KeyModifiers {
leftCtrl = 1 << 0,
leftShift = 1 << 1,
leftAlt = 1 << 2,