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

Declares the Cure materia class. [詳解]

#include "AMateria.hpp"
Cure.hpp の依存先関係図:
被依存関係図:

[ソースコード]

クラス

class  Cure
 Represents a healing magic materia. [詳解]
 

詳解

Declares the Cure materia class.

This header defines the Cure class, a concrete type of AMateria. It provides the specific functionality for a healing materia, including its constructor, copy operations, destructor, cloning behavior, and its unique use() effect.

Cure.hpp に定義があります。