aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/Vsync.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/include/Vsync.hpp b/include/Vsync.hpp
deleted file mode 100644
index 387d2b5..0000000
--- a/include/Vsync.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#pragma once
-
-#include <SFML/Graphics/RenderWindow.hpp>
-
-namespace QuickMedia {
- class VSync {
- public:
- VSync(int framerate);
- void display(sf::RenderWindow &window);
- private:
- sf::Int64 target_frame_delta_micro;
- sf::Int64 overflow;
- sf::Clock timer;
- };
-} \ No newline at end of file