OSDN Git Service

v3.0.0 Alpha5 OSDN最終版
[hengband/hengband.git] / src / rooms-vault.h
diff --git a/src/rooms-vault.h b/src/rooms-vault.h
deleted file mode 100644 (file)
index a7a3afa..0000000
+++ /dev/null
@@ -1,26 +0,0 @@
-/*
- * Information about "vault generation"
- */
-
-typedef struct vault_type vault_type;
-
-struct vault_type
-{
-       STR_OFFSET name;        /* Name (offset) */
-       STR_OFFSET text;        /* Text (offset) */
-
-       ROOM_IDX typ;           /* Vault type */
-       PROB rat;                       /* Vault rating (unused) */
-       POSITION hgt;           /* Vault height */
-       POSITION wid;           /* Vault width */
-};
-
-extern vault_type *v_info;
-extern char *v_name;
-extern char *v_text;
-
-extern bool build_type7(void);
-extern bool build_type8(void);
-extern bool build_type10(void);
-extern bool build_type17(void);
-