#ifndef SECTIONTYPE_H #define SECTIONTYPE_H // sectiontype.h Contains the BALSectionType enum which is included in various // modules for keeping track of which section is currently being processed. typedef enum { ALLEY, // Enum for keeping track of which section is being checked EVENT, // TOOLS, // BALL, // RELEASE, // CONDITIONS, // GAME, // FRAMES // } BALSectionType; #endif