CardGame
Rogue-like card videogame
Loading...
Searching...
No Matches
wolfPack.h
Go to the documentation of this file.
1
#ifndef WOLFPACK_H
2
#define WOLFPACK_H
3
4
#include "
enemy.h
"
5
6
class
WolfPack
:
public
Enemy
7
{
8
public
:
9
WolfPack
(
int
hp = 30);
10
11
private
:
12
};
13
#endif
// WOLFPACK_H
Enemy
Base class for enemies with a predefined move sequence.
Definition:
enemy.h:22
WolfPack
Definition:
wolfPack.h:7
enemy.h
entities
enemies
wolfPack.h
Generated by
1.9.6