Add SDL2_mixer support.
[runemen.git] / src / mana.h
blobd69c7200c5cb5d343fc6a829a3cba681269ace90
1 #ifndef _RUNE_MANA_H
2 #define _RUNE_MANA_H
4 #include <SDL.h>
5 #include "rune.h"
7 extern void add_link(int id1, int id2, Uint8 stat);
9 extern void rebuild_pools();
11 extern void update_stats(int reset);
13 extern void collect_pools();
14 extern void distrib_pools();
17 #endif