TumblerSource/Tumbler_podium.h

// Tumbler_podium.h -- this contains the podium specific routines for the Tumbler app
//
//
 
 
#ifndef _Tumbler_PODIUM_H_
#define _Tumbler_PODIUM_H_
 
#include <Events.h>
#include "Tumbler_Document.h"
 
#define LeftTopHandle       1
#define RightTopHandle      2
#define LeftBottomHandle    3
#define RightBottomHandle   4
 
void Podium_DoContent(DocumentPtr theDocument, EventRecord *theEvent) ;
void Podium_DoBackgroundContent(DocumentPtr theDocument, EventRecord *theEvent) ;
void Podium_DoIdle(EventRecord *theEvent) ;
void Podium_Init(void) ;
 
#endif