mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 07:07:42 +00:00
more classes added
This commit is contained in:
18
Runtime/Character/CTransitionDatabase.hpp
Normal file
18
Runtime/Character/CTransitionDatabase.hpp
Normal file
@@ -0,0 +1,18 @@
|
||||
#ifndef __RETRO_CTRANSITIONDATABASE_HPP__
|
||||
#define __RETRO_CTRANSITIONDATABASE_HPP__
|
||||
|
||||
#include "../RetroTypes.hpp"
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
class IMetaTrans;
|
||||
|
||||
class CTransitionDatabase
|
||||
{
|
||||
public:
|
||||
virtual const IMetaTrans* GetMetaTrans(u32, u32) const=0;
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CTRANSITIONDATABASE_HPP__
|
||||
Reference in New Issue
Block a user