Ludum Dare 29
HackSoc's entry for the Ludum Dare Jam 29
Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
effect.h
Go to the documentation of this file.
1
#ifndef EFFECT_H
2
#define EFFECT_H
3
4
#include "
mob.h
"
5
6
bool
is_afflicted
(
Mob
* mob);
7
void
afflict
(
Mob
* mob,
void
(*effect)(
Mob
*),
int
duration);
8
void
effect_poison
(
Mob
* mob);
9
void
cure_poison
(
Mob
* mob);
10
11
#endif
mob.h
Mob
Definition:
mob.h:18
afflict
void afflict(Mob *mob, void(*effect)(Mob *), int duration)
Definition:
effect.c:22
effect_poison
void effect_poison(Mob *mob)
Definition:
effect.c:31
cure_poison
void cure_poison(Mob *mob)
Definition:
effect.c:39
is_afflicted
bool is_afflicted(Mob *mob)
Definition:
effect.c:12
Generated on Sun Apr 27 2014 23:51:26 for Ludum Dare 29 by
1.8.7