mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-06-27 19:33:29 +00:00
14 lines
171 B
C++
14 lines
171 B
C++
#ifndef __URDE_CPARTICLEDATABASE_HPP__
|
|
#define __URDE_CPARTICLEDATABASE_HPP__
|
|
|
|
namespace urde
|
|
{
|
|
|
|
class CParticleDatabase
|
|
{
|
|
};
|
|
|
|
}
|
|
|
|
#endif // __URDE_CPARTICLEDATABASE_HPP__
|