mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-06 13:01:03 +00:00
27 lines
1.2 KiB
C
27 lines
1.2 KiB
C
/* _______ ____ __ ___ ___
|
|
* \ _ \ \ / \ / \ \ / / ' ' '
|
|
* | | \ \ | | || | \/ | . .
|
|
* | | | | | | || ||\ /| |
|
|
* | | | | | | || || \/ | | ' ' '
|
|
* | | | | | | || || | | . .
|
|
* | |_/ / \ \__// || | |
|
|
* /_______/ynamic \____/niversal /__\ /____\usic /| . . ibliotheque
|
|
* / \
|
|
* / . \
|
|
* internal/aldumb.h - The internal header file / / \ \
|
|
* for DUMB with Allegro. | < / \_
|
|
* | \/ /\ /
|
|
* \_ / > /
|
|
* | \ / /
|
|
* | ' /
|
|
* \__/
|
|
*/
|
|
|
|
#ifndef INTERNAL_ALDUMB_H
|
|
#define INTERNAL_ALDUMB_H
|
|
|
|
|
|
void _dat_unload_duh(void *duh);
|
|
|
|
|
|
#endif /* INTERNAL_DUMB_H */
|