C++未定义字符求解!

我在抖音上看见就跟着操作了,但是那个代码显示未定义标识符 start 和image1咋搞啊,懂的教下谢谢😉

img

stat是个结构体。
这个需要easyx的头文件和库文件。下载地址:https://easyx.cn/ 

struct STAR
{
    double x;
    int y;
    double step;
    int color;
};