aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/facade
diff options
context:
space:
mode:
authorWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 20:21:31 +0100
committerWBoerenkamps <wrj.boerenkamps@student.avans.nl>2024-11-11 20:21:31 +0100
commit149b3b5dbc8b18a142bf35869e54ab05e8f26d54 (patch)
tree11169ff5d0a5ca52ed1e6976b2c43c8e19f8f741 /src/crepe/facade
parentec7a4af3e1cc0ebfe2c6df21f15575a1b1abbd6c (diff)
added chrono::duration
Diffstat (limited to 'src/crepe/facade')
-rw-r--r--src/crepe/facade/SDLContext.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/crepe/facade/SDLContext.h b/src/crepe/facade/SDLContext.h
index 90147e0..b51fdd5 100644
--- a/src/crepe/facade/SDLContext.h
+++ b/src/crepe/facade/SDLContext.h
@@ -58,6 +58,7 @@ private:
private:
//! Will only use get_ticks
friend class AnimatorSystem;
+ //! Will use the funtions: get_ticks, delay
friend class LoopTimer;
/**
* \brief Gets the current SDL ticks since the program started.