//*********************************************************** // // Name: Resource.Cpp // Last Update: 7/2/02 // Author: Poya Manouchehri // // Description: A game resource provides an interface for a // game resource type, ie ModelDefs, Bitmap and // Textures, Sounds and Music. These can be // accessed through a ResourceLibrary // //*********************************************************** #include "Resource.H"