finished the bulk of game
This commit is contained in:
@ -2,7 +2,6 @@
|
||||
#define __GOLD_H__
|
||||
|
||||
#include <vector>
|
||||
#include "constants.h"
|
||||
#include "position.h"
|
||||
#include "rng.h"
|
||||
|
||||
@ -13,6 +12,8 @@ struct gold {
|
||||
|
||||
typedef std::vector<gold> gold_list;
|
||||
|
||||
gold get_gold_at(const position &pos, gold_list &glist);
|
||||
int rand_gold_pile(RNG *rng);
|
||||
int rand_gold_drop(RNG *rng);
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user