metaforce/Runtime/CToken.hpp

19 lines
174 B
C++
Raw Normal View History

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