summaryrefslogtreecommitdiffstats
path: root/vendor/autoload.php
diff options
context:
space:
mode:
authorGabriel Rodrigues Couto <gabrielrcouto@gmail.com>2016-02-21 09:42:33 -0300
committerGabriel Rodrigues Couto <gabrielrcouto@gmail.com>2016-02-21 09:42:33 -0300
commite8d613fb4757fd08806bdc4e506a9c483d8394a3 (patch)
treeeef74fd742e4bf0c9b94f65e361551ff274a9e12 /vendor/autoload.php
downloadphp-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.php7
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();