outptgif.cpp File Reference

(r1785/r1348)

#include "camtypes.h"
#include "progress.h"
#include "gifutil.h"

Go to the source code of this file.

Defines

#define new   CAM_DEBUG_NEW

Functions

void Putword (INT32 Word, CCLexFile *File)
 Write out a word to the GIF file Scope: private.


Define Documentation

#define new   CAM_DEBUG_NEW
 

Definition at line 115 of file outptgif.cpp.


Function Documentation

void Putword INT32  Word,
CCLexFile File
 

Write out a word to the GIF file Scope: private.

Author:
Neville_Humphrys (Xara Group Ltd) <camelotdev@xara.com>
Date:
24/4/95
Parameters:
Word INT32 to write to file as 16bit value [INPUTS] File file to write to
Returns:
-

Definition at line 160 of file outptgif.cpp.

00161 {
00162     File->put( (Word & 0xff));
00163     File->put( ((Word / 256) & 0xff));
00164 }


Generated on Sat Nov 10 03:49:35 2007 for Camelot by  doxygen 1.4.4