summaryrefslogtreecommitdiffhomepage
path: root/compat/prelude.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:18:46 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-09 12:18:46 +0200
commitb581b559fe426f39b1d548ca27f03cb22dd2ed22 (patch)
treee43be0a41f0e3d8908fd24a1122bbc81d895230d /compat/prelude.hpp
parent9c9f083b8130c13c4e861f8e876c618e1eab38e8 (diff)
.
Diffstat (limited to 'compat/prelude.hpp')
-rw-r--r--compat/prelude.hpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/compat/prelude.hpp b/compat/prelude.hpp
new file mode 100644
index 00000000..8b0387c5
--- /dev/null
+++ b/compat/prelude.hpp
@@ -0,0 +1,6 @@
+#pragma once
+
+namespace Magnum {}
+namespace GAME_PROJECT_NAME {
+ using namespace ::Magnum;
+} // namespace GAME_PROJECT_NAME