My Project
Loading...
Searching...
No Matches
bestiary.h
Go to the documentation of this file.
1
#pragma once
2
3
#include "
typedefine.h
"
4
5
class
Mob
;
6
class
Char
;
7
8
class
Bestiary
{
9
public
:
10
static
Mob
*
mob
(
int
depth);
11
static
boolean
isBoss
(
Char
*
mob
);
12
private
:
13
static
Mob
* mobClass(
int
depth);
14
};
Bestiary
Definition
bestiary.h:8
Bestiary::isBoss
static boolean isBoss(Char *mob)
Definition
bestiary.cpp:222
Bestiary::mob
static Mob * mob(int depth)
Definition
bestiary.cpp:28
Char
Definition
char.h:9
Mob
Definition
mob.h:9
typedefine.h
pd
bestiary.h
Generated by
1.13.2