OSDN Git Service

[Refactor] #40416 Added header comment to pet-fall-off.c
authorHourier <hourier@users.sourceforge.jp>
Sun, 31 May 2020 12:56:56 +0000 (21:56 +0900)
committerHourier <hourier@users.sourceforge.jp>
Sun, 31 May 2020 12:56:56 +0000 (21:56 +0900)
src/pet/pet-fall-off.c

index c15c2a6..9c6eb4a 100644 (file)
@@ -1,4 +1,10 @@
-#include "pet/pet-fall-off.h"
+/*!
+ * @brief 落馬処理
+ * @date 2020/05/31
+ * @author Hourier
+ */
+
+#include "pet/pet-fall-off.h"
 #include "core/stuff-handler.h"
 #include "floor/floor.h"
 #include "io/targeting.h"