mirror of
https://github.com/zeldaret/tp
synced 2026-08-21 22:41:04 -04:00
d_meter_map / some d_a_alink
This commit is contained in:
@@ -13,7 +13,7 @@ public:
|
||||
operator u32() const { return this->mId; }
|
||||
void operator=(JAISoundID const&);
|
||||
|
||||
JAISoundID(u32 pId);
|
||||
JAISoundID(u32 pId) { mId = pId; };
|
||||
|
||||
JAISoundID(JAISoundID const& other);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user