Пример #1
0
        void CreateWindow(bool fullscreen)
        {
            Video.WindowIcon();
            Video.WindowCaption = "SCSharp";

            Painter.InitializePainter(fullscreen, GAME_ANIMATION_TICK);
        }