diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:18:46 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-09 12:18:46 +0200 |
commit | b581b559fe426f39b1d548ca27f03cb22dd2ed22 (patch) | |
tree | e43be0a41f0e3d8908fd24a1122bbc81d895230d /compat/prelude.hpp | |
parent | 9c9f083b8130c13c4e861f8e876c618e1eab38e8 (diff) |
.
Diffstat (limited to 'compat/prelude.hpp')
-rw-r--r-- | compat/prelude.hpp | 6 |
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 |