mirror of https://github.com/AxioDL/metaforce.git
10 lines
104 B
C++
10 lines
104 B
C++
|
#include "CProjectileWeapon.hpp"
|
||
|
|
||
|
namespace urde
|
||
|
{
|
||
|
|
||
|
CRandom16 CProjectileWeapon::g_GlobalSeed = 99;
|
||
|
|
||
|
|
||
|
}
|