Example #1
0
        static void Main()
        {
            OgreStartup ogre = new OgreStartup();

            ogre.Go();
        }
Example #2
0
 static void Main()
 {
     OgreStartup ogre = new OgreStartup();
      ogre.Go();
 }