public static void Init(string basepath, GraphicsDevice device)
 {
     INSTANCE = new Content(basepath, device);
 }
Exemple #2
0
 public WorldObjectGlobals(Content contentManager)
     : base(contentManager, new IffCodec(), new Regex(".*\\\\globals\\\\.*\\.iff"))
 {
 }
Exemple #3
0
 /** TSOAudio.dat **/
 public Audio(Content contentManager)
 {
     this.ContentManager = contentManager;
 }
Exemple #4
0
 public static void Init(string basepath, GraphicsDevice device)
 {
     INSTANCE = new Content(basepath, device);
 }