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.
TumblerSource/Tumbler_initialize.h
// Tumbler_initialize.h |
// |
// Initialization function prototypes for the |
// Tumbler application |
// |
// Modification History |
// |
// 11/26/94 nick initial cut - symantec proto_helper app, add defines |
#ifndef _Tumbler_INITIALIZE_H_ |
#define _Tumbler_INITIALIZE_H_ |
/* Tumbler_initialize.c */ |
void InitializeToolbox(void); |
void InitializeAppStuff( short numMoreMasters ) ; |
void InitializeGlobals(void); |
void DeallocateGlobals(void); |
void SetupMenus(void); |
void SplashSetUp( void ) ; |
void SplashTearDown( void ) ; |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14