1
0
forked from 0ad/0ad
0ad/terrain/bak/0/Resource.cpp
janwas f4f969482e Initial revision
This was SVN commit r8.
2003-11-03 16:17:21 +00:00

14 lines
430 B
C++
Executable File

//***********************************************************
//
// 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"