aboutsummaryrefslogtreecommitdiff
path: root/src/GameLoop/game_over.h
diff options
context:
space:
mode:
authorNielsCoding <48092678+heavydemon21@users.noreply.github.com>2023-04-02 20:48:06 +0200
committerNielsCoding <48092678+heavydemon21@users.noreply.github.com>2023-04-02 20:48:06 +0200
commite987d23d915942ec4a3910b9cc2729f1b21361a9 (patch)
treec74b48322acb426a205d5cc9a31351c902dfbb65 /src/GameLoop/game_over.h
parent552dcc17db2b98287ba1b480c2e70759cd94d81f (diff)
snake case/background
Diffstat (limited to 'src/GameLoop/game_over.h')
-rw-r--r--src/GameLoop/game_over.h18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/GameLoop/game_over.h b/src/GameLoop/game_over.h
deleted file mode 100644
index 0d40b6c..0000000
--- a/src/GameLoop/game_over.h
+++ /dev/null
@@ -1,18 +0,0 @@
-#pragma once
-
-#include "input.h"
-#include "engine/draw_screen.h"
-#include "engine/level_const.h"
-
-
-#include <stdint.h>
-#include <stdbool.h>
-
-typedef enum {
- hh_e_game_over_SHOW,
- hh_e_game_over_Input,
- hh_e_game_over_END,
-} hh_e_game_over;
-
-
-void hh_game_over(hh_e_GameState*);