shithub: dumb

ref: f1d59d806e85b33b71fca53424e64cf51fa49073
dir: /src/it/read6692.c/

View raw version
/*  _______         ____    __         ___    ___
 * \    _  \       \    /  \  /       \   \  /   /       '   '  '
 *  |  | \  \       |  |    ||         |   \/   |         .      .
 *  |  |  |  |      |  |    ||         ||\  /|  |
 *  |  |  |  |      |  |    ||         || \/ |  |         '  '  '
 *  |  |  |  |      |  |    ||         ||    |  |         .      .
 *  |  |_/  /        \  \__//          ||    |  |
 * /_______/ynamic    \____/niversal  /__\  /____\usic   /|  .  . ibliotheque
 *                                                      /  \
 *                                                     / .  \
 * read6692.c - Code to read a 669 Composer module    / / \  \
 *              from an open file, and do an initial | <  /   \_
 *              run-through.                         |  \/ /\   /
 * By Chris Moeller.                                  \_  /  > /
 *                                                      | \ / /
 *                                                      |  ' /
 *                                                       \__/
 */

#include "dumb.h"



DUH *dumb_read_669(DUMBFILE *f)
{
    DUH *duh = dumb_read_669_quick(f);
    dumb_it_do_initial_runthrough(duh);
    return duh;
}