From cdf7ec3c2db385f2beb6e564220e9ade7dec8fba Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 2 Jun 2018 16:10:02 +0100 Subject: Adding modeline --- yage/core/exception.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'yage/core/exception.h') diff --git a/yage/core/exception.h b/yage/core/exception.h index 843a58a1..70042e02 100644 --- a/yage/core/exception.h +++ b/yage/core/exception.h @@ -1,7 +1,16 @@ +/** --------------------------------------------------------------------------- + * -*- c++ -*- + * @file: exception.h + * + * Copyright (c) 2017 Yann Herklotz Grave + * MIT License, see LICENSE file for more details. + * ---------------------------------------------------------------------------- + */ + #pragma once -#include #include +#include namespace yage { -- cgit