OSDN Git Service

[Refactor] #37353 defines.h 削除.
[hengband/hengband.git] / src / defines.h
diff --git a/src/defines.h b/src/defines.h
deleted file mode 100644 (file)
index 0570811..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-#pragma once
-
-/*!
- *  @file defines.h
- *  @brief 主要なマクロ定義ヘッダ / Purpose: global constants and macro definitions
- *  @date 2014/01/02
- *  @author
- * Copyright (c) 1997 Ben Harrison, James E. Wilson, Robert A. Koeneke\n
- *\n
- * This software may be copied and distributed for educational, research,\n
- * and not for profit purposes provided that this copyright and statement\n
- * are included in all such copies.  Other copyrights may also apply.\n
- *  @details
- * Do not edit this file unless you know *exactly* what you are doing.\n
- *\n
- * Some of the values in this file were chosen to preserve game balance,\n
- * while others are hard-coded based on the format of old save-files, the\n
- * definition of arrays in various places, mathematical properties, fast\n
- * computation, storage limits, or the format of external text files.\n
- *\n
- * Changing some of these values will induce crashes or memory errors or\n
- * savefile mis-reads.  Most of the comments in this file are meant as\n
- * reminders, not complete descriptions, and even a complete knowledge\n
- * of the source may not be sufficient to fully understand the effects\n
- * of changing certain definitions.\n
- *\n
- * Lastly, note that the code does not always use the symbolic constants\n
- * below, and sometimes uses various hard-coded values that may not even\n
- * be defined in this file, but which may be related to definitions here.\n
- * This is of course bad programming practice, but nobody is perfect...\n
- *\n
- * For example, there are MANY things that depend on the screen being\n
- * 80x24, with the top line used for messages, the bottom line being\n
- * used for status, and exactly 22 lines used to show the dungeon.\n
- * Just because your screen can hold 46 lines does not mean that the\n
- * game will work if you try to use 44 lines to show the dungeon.\n
- *\n
- * You have been warned.\n
- */
-
-/*** Screen Locations ***/