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/core.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yage/core/core.h') diff --git a/yage/core/core.h b/yage/core/core.h index 2d89955f..95da1f7f 100644 --- a/yage/core/core.h +++ b/yage/core/core.h @@ -6,6 +6,8 @@ * ---------------------------------------------------------------------------- */ +#pragma once + /** * Project namespace. * -- cgit