Files

16 lines
156 B
PHP

<?php
/*
* config lib for ScummVM
* by Jeremy Newman <jnewman@dracowulf.com>
*
*/
/*
* global params
*/
$debug = 0; //turns debugging on/off
?>