Move the classes of the config items into the newly created config-items directory.

This commit is contained in:
László Monda
2016-03-29 02:05:59 +02:00
parent ecb9d6f73c
commit 03dbf3a142
5 changed files with 4 additions and 3 deletions

View File

@@ -0,0 +1,3 @@
/// <reference path="KeyAction.ts" />
/// <reference path="KeystrokeAction.ts" />
/// <reference path="KeyActionNone.ts" />

View File

@@ -1,8 +1,6 @@
/// <reference path="Serializable.ts" />
/// <reference path="UhkBuffer.ts" />
/// <reference path="KeyAction.ts" />
/// <reference path="KeystrokeAction.ts" />
/// <reference path="KeyActionNone.ts" />
/// <reference path="config-items/config-items.ts" />
let fs = require('fs');
let writer = new UhkBuffer();