metaforce/Runtime/CToken.hpp

19 lines
174 B
C++
Raw Normal View History

2015-08-20 17:06:39 -07:00
#ifndef __RETRO_CTOKEN_HPP__
#define __RETRO_CTOKEN_HPP__
namespace Retro
{
class CToken
{
};
template<class T>
class TLockedToken
{
};
}
#endif // __RETRO_CTOKEN_HPP__