using System; using System.Collections.Generic; using System.IO; using System.Runtime.CompilerServices; using System.Diagnostics; [assembly: InternalsVisibleTo("MBansheeEditor")] namespace BansheeEngine { /// /// Contains the primary entry point for the program. /// class Program { /// /// Assembly entry point. Unused. /// static void Start() { } } }