Skip to content

Commit

Permalink
Format GenericOverworldLevelSource
Browse files Browse the repository at this point in the history
  • Loading branch information
GRAnimated committed Sep 17, 2024
1 parent 9fc9d7d commit 93fcaec
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
#pragma once

class GenericOverworldLevelSource {};
class GenericOverworldLevelSource {
public:
virtual ~GenericOverworldLevelSource();
};

0 comments on commit 93fcaec

Please sign in to comment.