ref: 20ea492bed2a8365a5f508d957dfc8d877d0af10
dir: /src/allegro/datunld.c/
/* _______ ____ __ ___ ___ * \ _ \ \ / \ / \ \ / / ' ' ' * | | \ \ | | || | \/ | . . * | | | | | | || ||\ /| | * | | | | | | || || \/ | | ' ' ' * | | | | | | || || | | . . * | |_/ / \ \__// || | | * /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque * / \ * / . \ * datunld.c - Unload function for integration / / \ \ * with Allegro's datafiles. | < / \_ * | \/ /\ / * By entheh. \_ / > / * | \ / / * | ' / * \__/ */ #include <allegro.h> #include "aldumb.h" #include "internal/aldumb.h" void _dat_unload_duh(void *duh) { unload_duh(duh); }