From ce72a4975b76c1f244221d7d11e6a4eebc98b99b Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 19 May 2018 20:23:53 +0100 Subject: Using pragma instead of gards The reason for this is that it reduces clashes between names. --- yage/core/resourcemanager.h | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) (limited to 'yage/core/resourcemanager.h') diff --git a/yage/core/resourcemanager.h b/yage/core/resourcemanager.h index 11a16f63..1f7d811c 100644 --- a/yage/core/resourcemanager.h +++ b/yage/core/resourcemanager.h @@ -6,16 +6,7 @@ * ---------------------------------------------------------------------------- */ -/** --------------------------------------------------------------------------- - * @file: resourcemanager.h - * - * Copyright (c) 2017 Yann Herklotz Grave - * MIT License, see LICENSE file for more details. - * ---------------------------------------------------------------------------- - */ - -#ifndef RESOURCE_MANAGER_H -#define RESOURCE_MANAGER_H +#pragma once #include "texturecache.h" @@ -37,5 +28,3 @@ public: }; } // namespace yage - -#endif -- cgit