summaryrefslogtreecommitdiff
path: root/src/binary_reader.hpp
diff options
context:
space:
mode:
authorFrederico Linhares <fred@linhares.blue>2024-05-08 17:56:29 -0300
committerFrederico Linhares <fred@linhares.blue>2024-05-08 17:56:29 -0300
commit43821b0cffc5aa419c0218992f06f8962ae54a13 (patch)
tree97bdbbf710a78e6dcb181d92dd83e98d8b329c6d /src/binary_reader.hpp
parent70e156d47346ae3198c623e0af75e5703f894db3 (diff)
refa Rename graphical engine to BluCat
Diffstat (limited to 'src/binary_reader.hpp')
-rw-r--r--src/binary_reader.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/binary_reader.hpp b/src/binary_reader.hpp
index 5dbff54..e09c13a 100644
--- a/src/binary_reader.hpp
+++ b/src/binary_reader.hpp
@@ -1,5 +1,5 @@
/*
- * Copyright 2022-2023 Frederico de Oliveira Linhares
+ * Copyright 2022-2024 Frederico de Oliveira Linhares
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -17,7 +17,7 @@
#include <cstdint>
#include <string>
-#include "vk/core.hpp"
+#include "blucat/core.hpp"
class BinaryReader
{