Eneboo - Documentación para desarrolladores
|
00001 /* ************************************************************************** */ 00002 /* * For conditions of distribution and use, * */ 00003 /* * see copyright notice in libmng.h * */ 00004 /* ************************************************************************** */ 00005 /* * * */ 00006 /* * project : libmng * */ 00007 /* * file : libmng_write.h copyright (c) 2000 G.Juyn * */ 00008 /* * version : 1.0.0 * */ 00009 /* * * */ 00010 /* * purpose : Write management (definition) * */ 00011 /* * * */ 00012 /* * author : G.Juyn * */ 00013 /* * web : http://www.3-t.com * */ 00014 /* * email : mailto:info@3-t.com * */ 00015 /* * * */ 00016 /* * comment : Definition of the write management routines * */ 00017 /* * * */ 00018 /* * changes : 0.5.1 - 05/08/2000 - G.Juyn * */ 00019 /* * - changed strict-ANSI stuff * */ 00020 /* * * */ 00021 /* * 0.9.2 - 08/05/2000 - G.Juyn * */ 00022 /* * - changed file-prefixes * */ 00023 /* * * */ 00024 /* ************************************************************************** */ 00025 00026 #if defined(__BORLANDC__) && defined(MNG_STRICT_ANSI) 00027 #pragma option -A /* force ANSI-C */ 00028 #endif 00029 00030 #ifndef _libmng_write_h_ 00031 #define _libmng_write_h_ 00032 00033 /* ************************************************************************** */ 00034 00035 mng_retcode write_graphic (mng_datap pData); 00036 00037 /* ************************************************************************** */ 00038 00039 #endif /* _libmng_write_h_ */ 00040 00041 /* ************************************************************************** */ 00042 /* * end of file * */ 00043 /* ************************************************************************** */