Skip to content
This repository has been archived by the owner on Feb 24, 2024. It is now read-only.

Commit

Permalink
Add layout comments
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesrocket committed Feb 20, 2022
1 parent fa81def commit 37fae48
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/engine.cr
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,17 @@ module Engine
@@helvault : Bool = false
@@helvaultpro : Bool = false

# Returns layout status.
def self.aetherhub : Bool
@@aetherhub
end

# :ditto:
def self.helvault : Bool
@@helvault
end

# :ditto:
def self.helvaultpro : Bool
@@helvaultpro
end
Expand Down

0 comments on commit 37fae48

Please sign in to comment.