Move the classes of the config items into the newly created config-items directory.
This commit is contained in:
3
config-serializer/config-items/config-items.ts
Normal file
3
config-serializer/config-items/config-items.ts
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
/// <reference path="KeyAction.ts" />
|
||||||
|
/// <reference path="KeystrokeAction.ts" />
|
||||||
|
/// <reference path="KeyActionNone.ts" />
|
||||||
@@ -1,8 +1,6 @@
|
|||||||
/// <reference path="Serializable.ts" />
|
/// <reference path="Serializable.ts" />
|
||||||
/// <reference path="UhkBuffer.ts" />
|
/// <reference path="UhkBuffer.ts" />
|
||||||
/// <reference path="KeyAction.ts" />
|
/// <reference path="config-items/config-items.ts" />
|
||||||
/// <reference path="KeystrokeAction.ts" />
|
|
||||||
/// <reference path="KeyActionNone.ts" />
|
|
||||||
|
|
||||||
let fs = require('fs');
|
let fs = require('fs');
|
||||||
let writer = new UhkBuffer();
|
let writer = new UhkBuffer();
|
||||||
|
|||||||
Reference in New Issue
Block a user