#pragma once #include "../spawnflags.qh" const int STATE_ALIVE = 0; const int STATE_BROKEN = 1; #ifdef SVQC spawnfunc(func_breakable); #endif