2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-18 21:25:25 +00:00
Files
metaforce/Runtime/Particle/CDecalManager.hpp
2016-02-13 01:02:47 -08:00

18 lines
208 B
C++

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