CPP04 1.0
読み取り中…
検索中…
一致する文字列を見つけられません
DroppedMateriaManager.cpp ファイル

Implements the DroppedMateriaManager class. [詳解]

#include "DroppedMateriaManager.hpp"
#include "Logger.hpp"
#include <sstream>
DroppedMateriaManager.cpp の依存先関係図:

[ソースコード]

詳解

Implements the DroppedMateriaManager class.

This file provides the definitions for the DroppedMateriaManager class methods. It manages a fixed-size array of AMateria pointers, handling the ownership and eventual deletion of AMateria objects that are "dropped" in the game world. This class ensures proper memory cleanup for uncollected items.

DroppedMateriaManager.cpp に定義があります。