commit 4d59c657d6b9fcdad2012a16c367cafd5b478aa6 Author: Nick Date: Tue Sep 22 18:48:28 2015 +1000 Initial commit diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..b8bd026 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +# Compiled Object files +*.slo +*.lo +*.o +*.obj + +# Precompiled Headers +*.gch +*.pch + +# Compiled Dynamic libraries +*.so +*.dylib +*.dll + +# Fortran module files +*.mod + +# Compiled Static libraries +*.lai +*.la +*.a +*.lib + +# Executables +*.exe +*.out +*.app diff --git a/README.md b/README.md new file mode 100644 index 0000000..3fef512 --- /dev/null +++ b/README.md @@ -0,0 +1,2 @@ +# tmx2gba +A simple command line utility to convert .tmx files to GBA-compatible charmaps.