summaryrefslogtreecommitdiff
path: root/dumb/dumb-kode54/src/it/loadstm2.c
diff options
context:
space:
mode:
Diffstat (limited to 'dumb/dumb-kode54/src/it/loadstm2.c')
-rw-r--r--dumb/dumb-kode54/src/it/loadstm2.c29
1 files changed, 0 insertions, 29 deletions
diff --git a/dumb/dumb-kode54/src/it/loadstm2.c b/dumb/dumb-kode54/src/it/loadstm2.c
deleted file mode 100644
index 4655b52d..00000000
--- a/dumb/dumb-kode54/src/it/loadstm2.c
+++ /dev/null
@@ -1,29 +0,0 @@
-/* _______ ____ __ ___ ___
- * \ _ \ \ / \ / \ \ / / ' ' '
- * | | \ \ | | || | \/ | . .
- * | | | | | | || ||\ /| |
- * | | | | | | || || \/ | | ' ' '
- * | | | | | | || || | | . .
- * | |_/ / \ \__// || | |
- * /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque
- * / \
- * / . \
- * loadstm2.c - Function to read a ScreamTracker 2 / / \ \
- * file, opening and closing it for | < / \_
- * you, and do an initial run-through. | \/ /\ /
- * \_ / > /
- * By Chris Moeller. | \ / /
- * | ' /
- * \__/
- */
-
-#include "dumb.h"
-
-
-
-DUH *dumb_load_stm(const char *filename)
-{
- DUH *duh = dumb_load_stm_quick(filename);
- dumb_it_do_initial_runthrough(duh);
- return duh;
-}