Skip to content

Commit

Permalink
Fix some Linter reports
Browse files Browse the repository at this point in the history
  • Loading branch information
MrAlaux committed Sep 5, 2024
1 parent 34654d7 commit 0071ae7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/m_nughud.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#ifndef __M_NUGHUD__
#define __M_NUGHUD__

#include "doomtype.h"
#include "m_fixed.h"

#define NUGHUDWIDESHIFT(x) ( \
Expand Down
3 changes: 3 additions & 0 deletions src/wi_stuff.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
#ifndef __WI_STUFF__
#define __WI_STUFF__

// [Nugget]
#include "doomtype.h"

struct wbstartstruct_s;

// States for the intermission
Expand Down

0 comments on commit 0071ae7

Please sign in to comment.