diff options
Diffstat (limited to 'source/core/StarInputEvent.hpp')
-rw-r--r-- | source/core/StarInputEvent.hpp | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source/core/StarInputEvent.hpp b/source/core/StarInputEvent.hpp index 896b192..fefca1b 100644 --- a/source/core/StarInputEvent.hpp +++ b/source/core/StarInputEvent.hpp @@ -1,5 +1,4 @@ -#ifndef STAR_INPUT_EVENT_HPP -#define STAR_INPUT_EVENT_HPP +#pragma once #include "StarString.hpp" #include "StarBiMap.hpp" @@ -308,5 +307,3 @@ inline KeyMod& operator&=(KeyMod& a, KeyMod b) { } } - -#endif |