#ifndef RAPTOR_H #define RAPTOR_H const float RSM_FIRST = 0; const float RSM_BOMB = 0; const float RSM_FLARE = 1; const float RSM_LAST = 1; const vector RAPTOR_MIN = '-80 -80 0'; const vector RAPTOR_MAX = '80 80 70'; #endif