/* ______ ___ ___ * /\ _ \ /\_ \ /\_ \ * \ \ \L\ \\//\ \ \//\ \ __ __ _ __ ___ * \ \ __ \ \ \ \ \ \ \ /'__`\ /'_ `\/\`'__\/ __`\ * \ \ \/\ \ \_\ \_ \_\ \_/\ __//\ \L\ \ \ \//\ \L\ \ * \ \_\ \_\/\____\/\____\ \____\ \____ \ \_\\ \____/ * \/_/\/_/\/____/\/____/\/____/\/___L\ \/_/ \/___/ * /\____/ * \_/__/ * * Internal File System Hook support. * * See readme.txt for copyright information. */ #ifndef __al_included_allegro5_aintern_fshook_h #define __al_included_allegro5_aintern_fshook_h #include "allegro5/base.h" #ifdef __cplusplus extern "C" { #endif extern struct ALLEGRO_FS_INTERFACE _al_fs_interface_stdio; #ifdef __cplusplus } #endif #endif