mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-14 13:11:21 +00:00
18 lines
208 B
C++
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__
|