mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 01:07:43 +00:00
Codebase refactor
This commit is contained in:
17
Runtime/Particle/CDecalManager.hpp
Normal file
17
Runtime/Particle/CDecalManager.hpp
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef __RETRO_CDECALMANAGER_HPP__
|
||||
#define __RETRO_CDECALMANAGER_HPP__
|
||||
|
||||
namespace Retro
|
||||
{
|
||||
|
||||
class CDecalManager
|
||||
{
|
||||
public:
|
||||
static void Initialize()
|
||||
{
|
||||
}
|
||||
};
|
||||
|
||||
}
|
||||
|
||||
#endif // __RETRO_CDECALMANAGER_HPP__
|
||||
Reference in New Issue
Block a user