summaryrefslogtreecommitdiff
path: root/src/squeltch.hpp
blob: c4525e7de43ca628995efd32b74b9ff903def0af (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

#include "h-basic.h"
#include "object_type_fwd.hpp"
#include <boost/filesystem.hpp>

void squeltch_inventory();
void squeltch_grid();
void do_cmd_automatizer();
void automatizer_add_rule(object_type *o_ptr);
extern bool_ automatizer_create;
void automatizer_init();
bool automatizer_load(boost::filesystem::path const &path);