Initial import of current development status
[shipsimu.git] / ship-simu / inc / file_io.php
1 <?php
2 // Initialize the file I/O handler. Currently there is no need to check if
3 // the initialization was successfull or not because only some class
4 // instances will we generated.
5 $io = FileIOHandler::createFileIOHandler();
6
7 // [EOF]
8 ?>