diff librpg/rpg/battle-state-lost.h @ 230:86b71e1f9dd5

rpg: add movements in battle
author David Demelier <markand@malikania.fr>
date Mon, 23 Nov 2020 17:05:07 +0100
parents 4ad7420ab678
children
line wrap: on
line diff
--- a/librpg/rpg/battle-state-lost.h	Thu Nov 19 16:46:26 2020 +0100
+++ b/librpg/rpg/battle-state-lost.h	Mon Nov 23 17:05:07 2020 +0100
@@ -19,6 +19,11 @@
 #ifndef MOLKO_BATTLE_STATE_LOST_H
 #define MOLKO_BATTLE_STATE_LOST_H
 
+/**
+ * \file battle-state-lost.h
+ * \brief Battle state (lost)
+ */
+
 struct battle;
 
 /**