mirror of
https://github.com/PrimeDecomp/prime.git
synced 2025-12-14 09:26:07 +00:00
@@ -8,6 +8,7 @@
|
||||
#include "Kyoto/Math/CVector3f.hpp"
|
||||
#include "Kyoto/Particles/CParticleGen.hpp"
|
||||
#include "Kyoto/TToken.hpp"
|
||||
#include "Kyoto/CRandom16.hpp"
|
||||
|
||||
class CGenDescription;
|
||||
class CModVectorElement;
|
||||
|
||||
@@ -21,7 +21,6 @@ public:
|
||||
auto_ptr(const auto_ptr& other) : x0_has(other.x0_has), x4_item(other.x4_item) {
|
||||
other.x0_has = false;
|
||||
}
|
||||
// TODO check
|
||||
auto_ptr& operator=(const auto_ptr& other) {
|
||||
if (&other != this) {
|
||||
if (x0_has) {
|
||||
|
||||
Reference in New Issue
Block a user