summaryrefslogtreecommitdiff
path: root/src/device_allocation_fwd.h
blob: 1bfe41a13915dc24c2785353063d4fcb56f9aa52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#pragma once

#include "angband.h"

#ifdef __cplusplus
extern "C" {
#endif

typedef struct device_allocation device_allocation;
struct device_allocation;

struct device_allocation *device_allocation_new(byte tval);

#ifdef __cplusplus
} // extern "C"
#endif