diff --git a/.gitignore b/.gitignore
index b7603fc..6147442 100644
--- a/.gitignore
+++ b/.gitignore
@@ -15,3 +15,5 @@ haxe-fmod.zip
# Generated code
*raw.js
+faxe/obj
+test/out/*
diff --git a/faxe/Build.xml b/faxe/Build.xml
new file mode 100644
index 0000000..2d15e63
--- /dev/null
+++ b/faxe/Build.xml
@@ -0,0 +1,33 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/faxe/libhl32.lib b/faxe/libhl32.lib
new file mode 100644
index 0000000..4f3cc1c
Binary files /dev/null and b/faxe/libhl32.lib differ
diff --git a/faxe/linc_faxe.cpp b/faxe/linc_faxe.cpp
index ddc5e15..ab2d0ba 100644
--- a/faxe/linc_faxe.cpp
+++ b/faxe/linc_faxe.cpp
@@ -1,460 +1,611 @@
/**
-* Faxe - FMOD bindings for Haxe
-*
-* The MIT License (MIT)
-*
-* Copyright (c) 2016 Aaron M. Shea
-* Copyright (c) 2020 Tanner Moore
-*
-* Permission is hereby granted, free of charge, to any person obtaining a copy
-* of this software and associated documentation files (the "Software"), to deal
-* in the Software without restriction, including without limitation the rights
-* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
-* copies of the Software, and to permit persons to whom the Software is
-* furnished to do so, subject to the following conditions:
-*
-* The above copyright notice and this permission notice shall be included in
-* all copies or substantial portions of the Software.
-*
-* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
-* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
-* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
-* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
-* THE SOFTWARE.
-*/
-
+ * Faxe - FMOD bindings for Haxe
+ *
+ * The MIT License (MIT)
+ *
+ * Copyright (c) 2016 Aaron M. Shea
+ * Copyright (c) 2020 Tanner Moore
+ *
+ * Permission is hereby granted, free of charge, to any person obtaining a copy
+ * of this software and associated documentation files (the "Software"), to deal
+ * in the Software without restriction, including without limitation the rights
+ * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ * copies of the Software, and to permit persons to whom the Software is
+ * furnished to do so, subject to the following conditions:
+ *
+ * The above copyright notice and this permission notice shall be included in
+ * all copies or substantial portions of the Software.
+ *
+ * THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
+ * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
+ * THE SOFTWARE.
+ */
#include
-#include
+
+#include "linc_faxe.h"
+
+#include
#include
+#include
#include