OSDN Git Service

[Add] @return を不要に書き込んだことによる警告をひとまず置換で修正.
[hengbandforosx/hengbandosx.git] / src / birth / birth-body-spec.cpp
index c1b8266..f8c640f 100644 (file)
@@ -1,11 +1,12 @@
 #include "birth/birth-body-spec.h"
-#include "player/player-personalities-types.h"
+#include "player/player-personality-types.h"
 #include "player/player-race-types.h"
 #include "player/player-race.h"
+#include "player/player-sex.h"
+#include "system/player-type-definition.h"
 
 /*!
  * @brief プレイヤーの身長体重を決める / Get character's height and weight
- * @return なし
  */
 void get_height_weight(player_type *creature_ptr)
 {
@@ -28,7 +29,6 @@ void get_height_weight(player_type *creature_ptr)
 /*!
  * @brief プレイヤーの年齢を決める。 / Computes character's age, height, and weight by henkma
  * @details 内部でget_height_weight()も呼び出している。
- * @return なし
  */
 void get_ahw(player_type *creature_ptr)
 {
@@ -39,7 +39,6 @@ void get_ahw(player_type *creature_ptr)
 /*!
  * @brief プレイヤーの初期所持金を決める。 / Get the player's starting money
  * @param creature_ptr プレーヤーへの参照ポインタ
- * @return なし
  */
 void get_money(player_type *creature_ptr)
 {