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

Implements the AMateria abstract base class. [詳解]

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

[ソースコード]

詳解

Implements the AMateria abstract base class.

This file provides the definitions for the AMateria class's constructors, destructor, and common member functions. As an abstract base class, it defines the interface for different types of magic materias, including their type and a virtual use method.

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