#pragma once #include "angband.h" typedef struct device_allocation device_allocation; struct device_allocation; struct device_allocation *device_allocation_new(byte tval);