metaforce/Runtime/Particle/CDecalManager.hpp

18 lines
207 B
C++
Raw Normal View History

2016-02-13 09:02:47 +00:00
#ifndef __PSHAG_CDECALMANAGER_HPP__
#define __PSHAG_CDECALMANAGER_HPP__
2015-08-18 05:54:43 +00:00
2016-03-04 23:04:53 +00:00
namespace urde
2015-08-18 05:54:43 +00:00
{
class CDecalManager
{
public:
static void Initialize()
{
}
};
}
2016-02-13 09:02:47 +00:00
#endif // __PSHAG_CDECALMANAGER_HPP__