repo.or.cz
/
runemen.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Make Makefile similar to the android one (for easier copy-pasting).
[runemen.git]
/
src
/
mana.h
blob
d69c7200c5cb5d343fc6a829a3cba681269ace90
1
#ifndef _RUNE_MANA_H
2
#define _RUNE_MANA_H
3
4
#include <SDL.h>
5
#include
"rune.h"
6
7
extern
void
add_link
(
int
id1
,
int
id2
,
Uint8 stat
);
8
9
extern
void
rebuild_pools
();
10
11
extern
void
update_stats
(
int
reset
);
12
13
extern
void
collect_pools
();
14
extern
void
distrib_pools
();
15
16
17
#endif