Added source-code.

This commit is contained in:
Deathsbreed
2014-10-19 10:36:32 -05:00
parent 6f5934732f
commit b4d523cc94
189 changed files with 39680 additions and 1 deletions

12
.gitignore vendored Normal file
View File

@ -0,0 +1,12 @@
# Ignore binary files
bin/*
# Ignore CMake files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
# Ignore library and include files
libs/*
include/*