GeometryDash/EScript.hpp

15 lines
166 B
C++
Raw Normal View History

2016-04-30 13:31:37 +02:00
#ifndef ESCRIPT
#define ESCRIPT
class EngineControl: public Script
{
public:
void Update();
void UpdateScenary();
void SetDecor(int i);
};
#endif