summaryrefslogtreecommitdiff
path: root/src/device_allocation_fwd.hpp
blob: 8d5b3c6ad93f57b8f691af2d6387eb4a4e4ff9dc (plain)
1
2
3
4
5
6
7
8
#pragma once

#include "angband.h"

typedef struct device_allocation device_allocation;
struct device_allocation;

struct device_allocation *device_allocation_new(byte tval);