mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-05-13 21:11:21 +00:00
14 lines
174 B
C++
14 lines
174 B
C++
#ifndef __PSHAG_CPARTICLEDATABASE_HPP__
|
|
#define __PSHAG_CPARTICLEDATABASE_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CParticleDatabase
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __PSHAG_CPARTICLEDATABASE_HPP__
|