MCPcopy Create free account
hub / github.com/EasyRPG/Player / AlgorithmBase

Class AlgorithmBase

src/game_battler.h:42–42  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40
41namespace Game_BattleAlgorithm {
42 class AlgorithmBase;
43}
44
45typedef std::shared_ptr<Game_BattleAlgorithm::AlgorithmBase> BattleAlgorithmRef;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected