//********************************** Banshee Engine (www.banshee3d.com) **************************************************//
//**************** Copyright (c) 2016 Marko Pintera (marko.pintera@gmail.com). All rights reserved. **********************//
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()
{
}
}
}