]> git.mxchange.org Git - shipsimu.git/blobdiff - ship-simu/inc/file_io.php
Initial import of current development status
[shipsimu.git] / ship-simu / inc / file_io.php
diff --git a/ship-simu/inc/file_io.php b/ship-simu/inc/file_io.php
new file mode 100644 (file)
index 0000000..ba8fed9
--- /dev/null
@@ -0,0 +1,8 @@
+<?php
+// Initialize the file I/O handler. Currently there is no need to check if
+// the initialization was successfull or not because only some class
+// instances will we generated.
+$io = FileIOHandler::createFileIOHandler();
+
+// [EOF]
+?>