mirror of https://github.com/AxioDL/metaforce.git
14 lines
178 B
C++
14 lines
178 B
C++
|
#ifndef __PSHAG_CTRANSITIONMANAGER_HPP__
|
||
|
#define __PSHAG_CTRANSITIONMANAGER_HPP__
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
class CTransitionManager
|
||
|
{
|
||
|
};
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif // __PSHAG_CTRANSITIONMANAGER_HPP__
|