#ifndef GHOST_OBJECTS_H #define GHOST_OBJECTS_H typedef char trigger; template class Block { public: T *start; int size; int capacity; }; #endif