mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-09 22:19:05 +00:00
21 lines
229 B
C++
21 lines
229 B
C++
#ifndef __RETRO_CDECALMANAGER_HPP__
|
|
#define __RETRO_CDECALMANAGER_HPP__
|
|
|
|
namespace Retro
|
|
{
|
|
namespace Common
|
|
{
|
|
|
|
class CDecalManager
|
|
{
|
|
public:
|
|
static void Initialize()
|
|
{
|
|
}
|
|
};
|
|
|
|
}
|
|
}
|
|
|
|
#endif // __RETRO_CDECALMANAGER_HPP__
|