Add missing file header

This commit is contained in:
Brice Theurillat
2016-08-29 13:28:16 +02:00
parent 1d307c2581
commit 0c9f62f58d

View File

@@ -1,3 +1,8 @@
// Type definitions for pathfinding
// Project: https://github.com/qiao/PathFinding.js
// Definitions by: BNedry <https://github.com/BNedry>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
declare module "pathfinding" {
namespace Pathfinding {
export namespace Heuristic {