diff options
| author | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-12 21:57:46 +1100 |
|---|---|---|
| committer | Nicolas James <Eele1Ephe7uZahRie@tutanota.com> | 2025-02-12 21:57:46 +1100 |
| commit | e4483eca01b48b943cd0461e24a74ae1a3139ed4 (patch) | |
| tree | ed58c3c246e3af1af337697695d780aa31f6ad9a /src/client/window.hh | |
| parent | 1cc08c51eb4b0f95c30c0a98ad1fc5ad3459b2df (diff) | |
Update to most recent version (old initial commit)
Diffstat (limited to 'src/client/window.hh')
| -rw-r--r-- | src/client/window.hh | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/src/client/window.hh b/src/client/window.hh deleted file mode 100644 index 094c4ca..0000000 --- a/src/client/window.hh +++ /dev/null @@ -1,30 +0,0 @@ -#ifndef CLIENT_WINDOW_HH_ -#define CLIENT_WINDOW_HH_ - -#include <algorithm> -#include <forward_list> -#include <functional> -#include <memory> -#include <optional> -#include <string> -#include <utility> - -#include <SDL2/SDL.h> -#include <glm/glm.hpp> - -#include "client/client.hh" -#include "client/draw.hh" -#include "client/input.hh" -#include "client/settings.hh" -#include "shared/shared.hh" - -namespace client { -namespace window { - -void draw() noexcept; -bool is_open() noexcept; - -} // namespace window -} // namespace client - -#endif |
