Refactor travis testing
This commit is contained in:
9
projects/nat-archive-tool/src/nat/System.hx
Normal file
9
projects/nat-archive-tool/src/nat/System.hx
Normal file
@@ -0,0 +1,9 @@
|
||||
package nat;
|
||||
|
||||
import kiss.Prelude;
|
||||
|
||||
typedef EntryChecker = (Archive, Entry) -> Bool;
|
||||
typedef EntryProcessor = (Archive, Entry) -> Void;
|
||||
|
||||
@:build(kiss.Kiss.build())
|
||||
class System {}
|
||||
Reference in New Issue
Block a user