summaryrefslogtreecommitdiff
path: root/src/object/fileScreenObjects.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/object/fileScreenObjects.c')
-rw-r--r--src/object/fileScreenObjects.c12
1 files changed, 9 insertions, 3 deletions
diff --git a/src/object/fileScreenObjects.c b/src/object/fileScreenObjects.c
index c17fefbd..868902b1 100644
--- a/src/object/fileScreenObjects.c
+++ b/src/object/fileScreenObjects.c
@@ -1,8 +1,14 @@
-#include "object.h"
-#include "main.h"
-#include "menu.h"
+/**
+ * @file fileScreenObjects.c
+ * @ingroup Objects
+ *
+ * @brief File Screen Objects object
+ */
#include "fileselect.h"
#include "functions.h"
+#include "main.h"
+#include "menu.h"
+#include "object.h"
extern int sub_0807A094(int);
extern u32 sub_080041EC(int, int);