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/entity/system.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'yage/entity/system.h') diff --git a/yage/entity/system.h b/yage/entity/system.h index 7c67ac6f..84536cc9 100644 --- a/yage/entity/system.h +++ b/yage/entity/system.h @@ -1,4 +1,5 @@ /** --------------------------------------------------------------------------- + * -*- c++ -*- * @file: system.h * * Copyright (c) 2017 Yann Herklotz Grave @@ -18,7 +19,7 @@ namespace yage class System : public NonCopyable { public: - virtual void init() = 0; + virtual void init() = 0; virtual void update() = 0; }; -- cgit