git-svn-id: http://moon:8086/svn/software/trunk/libsrc/nn@1 b431acfa-c32f-4a4a-93f1-934dc6c82436
14 lines
337 B
C
Executable File
14 lines
337 B
C
Executable File
/**********************************************************************
|
|
* nntiff.h
|
|
*
|
|
* (C) 2000 J. Ahrensfeld
|
|
*
|
|
**********************************************************************/
|
|
typedef struct _sTIFFOUT
|
|
{
|
|
UINT32 frameCnt;
|
|
} TIFFOUT;
|
|
|
|
UINT32 TiffOutInit(TIFFOUT *pObj);
|
|
UINT32 TiffOut(TIFFOUT *pObj, NNET *pNet);
|