Example #1
0
        public static void Initialize()
        {
            // Set up the graphics system
            graphics = new GraphicsContext();

            Logic.Init();
            // TODO: Create scenes and call UISystem.SetScene
            // Create scene
            UISystem.Initialize(graphics);

            MainWnd = new PSVReaderUI.MainFrame();

            // Set scene
            UISystem.SetScene(MainWnd, null);
        }
Example #2
0
        public static void Initialize()
        {
            // Set up the graphics system
            graphics = new GraphicsContext ();

            Logic.Init();
            // TODO: Create scenes and call UISystem.SetScene
            // Create scene
            UISystem.Initialize(graphics);

            MainWnd = new PSVReaderUI.MainFrame();

            // Set scene
            UISystem.SetScene(MainWnd, null);
        }