diff options
author | Gabriel Rodrigues Couto <gabrielrcouto@gmail.com> | 2016-02-21 09:42:33 -0300 |
---|---|---|
committer | Gabriel Rodrigues Couto <gabrielrcouto@gmail.com> | 2016-02-21 09:42:33 -0300 |
commit | e8d613fb4757fd08806bdc4e506a9c483d8394a3 (patch) | |
tree | eef74fd742e4bf0c9b94f65e361551ff274a9e12 /vendor/autoload.php | |
download | php-terminal-gameboy-emulator-e8d613fb4757fd08806bdc4e506a9c483d8394a3.zip php-terminal-gameboy-emulator-e8d613fb4757fd08806bdc4e506a9c483d8394a3.tar.gz php-terminal-gameboy-emulator-e8d613fb4757fd08806bdc4e506a9c483d8394a3.tar.bz2 |
Initial commit
It Works! \o/
Diffstat (limited to 'vendor/autoload.php')
-rw-r--r-- | vendor/autoload.php | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/vendor/autoload.php b/vendor/autoload.php new file mode 100644 index 0000000..e2e5709 --- /dev/null +++ b/vendor/autoload.php @@ -0,0 +1,7 @@ +<?php + +// autoload.php @generated by Composer + +require_once __DIR__ . '/composer' . '/autoload_real.php'; + +return ComposerAutoloaderInitb66537925b69007c00fd3869eccc298b::getLoader(); |