//This file is part of Photon (http://photon.sourceforge.net) //Copyright (C) 2004-2005 James Turk // // Author: // James Turk (jpt2433@rit.edu) // // Version: // $Id: ResourceManaged.hpp,v 1.4 2005/06/14 00:28:36 cozman Exp $ #ifndef PHOTON_RESOURCEMANAGED_HPP #define PHOTON_RESOURCEMANAGED_HPP #include #include "ResourceManager.hpp" namespace photon { // Class: ResourceManaged // Base template class, to be used as a base from which classes which have // resources that can be controlled, such as textures and music, can be // derived. Resource managed classes rely on a . // // Children: // , // //