Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
Resource.ccGo to the documentation of this file.00001 #include "Resource.h" 00002 00003 Resource::Data Resource::emptyData; 00004 EmptyResource emptyResource; 00005 00006 /*! @file 00007 * @brief Implements Resource (and EmptyResource), which provides a generic interface for resources which need to keep track of when they are in use, such as mutex locks 00008 * @author Ethan Tira-Thompson (ejt) (Creator) 00009 * 00010 * $Author: ejt $ 00011 * $Name: tekkotsu-4_0 $ 00012 * $Revision: 1.1 $ 00013 * $State: Exp $ 00014 * $Date: 2006/06/16 21:49:23 $ 00015 */ |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:54:55 2007 by Doxygen 1.5.4 |