Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
tyanmahou committed Jan 2, 2024
1 parent 2f79f5f commit 4a7a936
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Re-Abyss/app/utils/FPS/FrameRateController.hpp
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
#pragma once
#include <Siv3D/IAddon.hpp>
#include <abyss/values/Fps.hpp>

namespace abyss
{
class FrameRateController : IAddon
{

private:
s3d::Optional<Fps> m_value;
};
}

0 comments on commit 4a7a936

Please sign in to comment.