#ifndef FLIPFLIP_H #define FLIPFLIP_H extern void FlipWord(UInt16 newWordIndex, Boolean newFlipped); extern void FlipGetFlipState (UInt16 *flipWord, Boolean *flipFlipped); extern struct FormInfo FlipFormInfo; #endif