#ifndef ESCRIPT #define ESCRIPT class EngineControl: public Script { public: void Update(); void UpdateScenary(); void SetDecor(int i); }; #endif