diff options
Diffstat (limited to 'src/graphics.h')
-rw-r--r-- | src/graphics.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/graphics.h b/src/graphics.h index 9db92034..005acbb0 100644 --- a/src/graphics.h +++ b/src/graphics.h @@ -19,8 +19,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef GRAPHICS_H -#define GRAPHICS_H +#pragma once #include <SDL.h> @@ -247,5 +246,3 @@ class Graphics : public gcn::Graphics }; extern Graphics *graphics; - -#endif |