2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-16 05:51:22 +00:00
metaforce/Runtime/Particle/CDecalManager.hpp
2015-08-18 12:51:54 -10:00

18 lines
208 B
C++

#ifndef __RETRO_CDECALMANAGER_HPP__
#define __RETRO_CDECALMANAGER_HPP__
namespace Retro
{
class CDecalManager
{
public:
static void Initialize()
{
}
};
}
#endif // __RETRO_CDECALMANAGER_HPP__