2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-05-14 01:11:20 +00:00
metaforce/Runtime/Particle/CDecalManager.hpp
2016-03-04 13:04:53 -10:00

18 lines
207 B
C++

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