This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
package ; | |
// https://github.com/MadeByPi/cartography-coordinate-tools | |
import cartography.CoordTransform; | |
import cartography.LatLon; | |
import cartography.OSGridRef; | |
import neko.Lib; | |
import sys.io.File; | |
import sys.FileSystem; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="UTF-8"?> | |
<project name="sass-debug-info-check" default="default" basedir="./"> | |
<taskdef resource="net/sf/antcontrib/antlib.xml"> | |
<classpath> | |
<pathelement location="${basedir}/tools/ant-contrib/ant-contrib-0.3.jar"/> | |
</classpath> | |
</taskdef> | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* ... | |
* | |
* Haxe extern for SoundManager2 | |
* http://www.schillmania.com/projects/soundmanager2/doc/ | |
* | |
* @author Mike Almond | |
* https://github.com/MadeByPi | |
* https://github.com/mikedotalmond | |
* |