#ifndef GENERATOR_H #define GENERATOR_H const vector GENERATOR_MIN = '-52 -52 -14'; const vector GENERATOR_MAX = '52 52 75'; const int GSF_STATUS = 4; const int GSF_SETUP = 8; bool generator_send(entity to, int sf); #endif