mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 03:11:28 +00:00
14 lines
191 B
C++
14 lines
191 B
C++
#ifndef __RETRO_CMETROIDMODELINSTANCE_HPP__
|
|
#define __RETRO_CMETROIDMODELINSTANCE_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
|
|
class CMetroidModelInstance
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __RETRO_CMETROIDMODELINSTANCE_HPP__
|