using Microsoft.Xna.Framework.Content; namespace BouncyCatIsBouncy { interface ILoadableContent { void LoadContent(ContentManager manager); } }