Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
headers/PictRead.h
#pragma once |
/****************************************************************************** |
** ** |
** Module: PictRead.h ** |
** ** |
** ** |
** ** |
** Purpose: protos for PICT to TEX routines ** |
** ** |
** ** |
** ** |
** Copyright (C) 1992-1995 Apple Computer, Inc. All rights reserved. ** |
** ** |
** ** |
*****************************************************************************/ |
#ifndef PictRead_h |
#define PictRead_h |
#include <stdlib.h> |
#ifdef __cplusplus |
extern "C" { |
#endif /* __cplusplus */ |
PicHandle OpenPICTFile( |
short vRefNum, |
Str255 fName); |
PicHandle GetPICTFile( |
void); |
short LoadMapPICT( |
PicHandle pict, |
unsigned long mapId, |
unsigned long mapSizeX, |
unsigned long mapSizeY, |
TQ3StoragePixmap *bMap); |
#ifdef __cplusplus |
} |
#endif /* __cplusplus */ |
#endif /* PictRead_h */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14