Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-arash authored Aug 24, 2024
1 parent 1e957f5 commit 8091cf1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/include/logging.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#ifndef LOGGING_H
#define LOGGING_H

#include <string>

extern bool debugMode;

void logInformation(int level, const std::string& information);

#endif
7 changes: 7 additions & 0 deletions src/include/tui.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#ifndef TUI_H
#define TUI_H

void displayMenu();
void playGame();

#endif

0 comments on commit 8091cf1

Please sign in to comment.