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