mirror of
https://github.com/scummvm/scummvm-web.git
synced 2026-06-20 05:45:49 +00:00
16 lines
156 B
PHP
16 lines
156 B
PHP
<?php
|
|
|
|
/*
|
|
* config lib for ScummVM
|
|
* by Jeremy Newman <jnewman@dracowulf.com>
|
|
*
|
|
*/
|
|
|
|
/*
|
|
* global params
|
|
*/
|
|
$debug = 0; //turns debugging on/off
|
|
|
|
|
|
?>
|