Skip to content

Commit

Permalink
Move in displays.h file.
Browse files Browse the repository at this point in the history
  • Loading branch information
kentlouisetonino committed Dec 27, 2024
1 parent a3dd19b commit 2dc5b90
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
Binary file modified bin/elementexplorer
Binary file not shown.
7 changes: 0 additions & 7 deletions src/displays/app_description.h

This file was deleted.

7 changes: 7 additions & 0 deletions src/displays/displays.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef DISPLAYS_H
#define DISPLAYS_H
#include "./app_description.c"

extern void app_description(void);

#endif
2 changes: 1 addition & 1 deletion src/main.c
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include "displays/app_description.h"
#include "displays/displays.h"
#include "displays/app_exit.h"
#include "displays/clear_terminal.h"
#include "displays/element_not_found.h"
Expand Down

0 comments on commit 2dc5b90

Please sign in to comment.