Skip to content

Commit

Permalink
Added include once guard on STRINGS (will not miss this thanks Rho! c…
Browse files Browse the repository at this point in the history
…oming soon!)
  • Loading branch information
grymmjack committed Feb 10, 2024
1 parent ce9923f commit 4a05303
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CONSOLE/CONSOLE.BI
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,6 @@ CONST BRIGHT_MAGENTA = 13%
CONST BRIGHT_YELLOW = 14%
CONST BRIGHT_WHITE = 15%

'$INCLUDE:'../STRINGS/STRINGS.BI'
$IF GJ_LIB_STRINGS_INC_BI = UNDEFINED THEN
'$INCLUDE:'../STRINGS/STRINGS.BI'
$END IF
4 changes: 3 additions & 1 deletion CONSOLE/CONSOLE.BM
Original file line number Diff line number Diff line change
Expand Up @@ -114,4 +114,6 @@ SUB console.error(msg$)
msg$ = ""
END SUB

'$INCLUDE:'../STRINGS/STRINGS.BM'
$IF GJ_LIB_STRINGS_INC_BM = UNDEFINED THEN
'$INCLUDE:'../STRINGS/STRINGS.BM'
$END IF

0 comments on commit 4a05303

Please sign in to comment.