mirror of https://github.com/AxioDL/metaforce.git
19 lines
174 B
C++
19 lines
174 B
C++
|
#ifndef __RETRO_CTOKEN_HPP__
|
||
|
#define __RETRO_CTOKEN_HPP__
|
||
|
|
||
|
namespace Retro
|
||
|
{
|
||
|
|
||
|
class CToken
|
||
|
{
|
||
|
};
|
||
|
|
||
|
template<class T>
|
||
|
class TLockedToken
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __RETRO_CTOKEN_HPP__
|