summaryrefslogtreecommitdiff
path: root/hk21/game/gpu.hpp
diff options
context:
space:
mode:
authorSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-17 23:41:53 +0100
committerSteven Le Rouzic <steven.lerouzic@gmail.com>2025-02-17 23:41:53 +0100
commit844f944ce47d3d2eeef84944d2c73e0681df0e49 (patch)
treecc141fbfd04c2f2455602862202010d95036e5f4 /hk21/game/gpu.hpp
parenta5b3b7ce6a49d552de2aa4af8d9dad160efd6256 (diff)
Upgrade asl
Diffstat (limited to 'hk21/game/gpu.hpp')
-rw-r--r--hk21/game/gpu.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/hk21/game/gpu.hpp b/hk21/game/gpu.hpp
index fb74e20..d8d9d18 100644
--- a/hk21/game/gpu.hpp
+++ b/hk21/game/gpu.hpp
@@ -1,7 +1,7 @@
#pragma once
-#include <asl/status_or.hpp>
-#include <asl/box.hpp>
+#include <asl/types/status_or.hpp>
+#include <asl/types/box.hpp>
struct SDL_Window;