diff options
Diffstat (limited to 'src/resources/animation.h')
-rw-r--r-- | src/resources/animation.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/resources/animation.h b/src/resources/animation.h index 812e0547..01b8b388 100644 --- a/src/resources/animation.h +++ b/src/resources/animation.h @@ -19,8 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef ANIMATION_H -#define ANIMATION_H +#pragma once #include <vector> @@ -81,5 +80,3 @@ class Animation final std::vector<Frame> mFrames; int mDuration = 0; }; - -#endif |