2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-08-09 22:19:05 +00:00
metaforce/Runtime/Common/Particle/CDecalManager.hpp
2015-08-17 19:54:43 -10:00

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__