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