Skip to content

Commit

Permalink
Add FRAMEWORK_VERSION const to settings registry class
Browse files Browse the repository at this point in the history
  • Loading branch information
SpontanCombust committed Aug 13, 2023
1 parent 905c7c5 commit d67f23a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ struct SSettingsMasterRegistryEntry

class CSettingsMasterRegistry
{
public const var FRAMEWORK_VERSION : name;
default FRAMEWORK_VERSION = '0.5';

private var m_settingsEntries : array<SSettingsMasterRegistryEntry>;

public function AddSettings(settingsMaster : ISettingsMaster, id : name) : void
Expand Down

0 comments on commit d67f23a

Please sign in to comment.