|
From: Yoda-JM <yo...@us...> - 2009-12-07 06:11:04
|
Module: performous Branch: master Commit: 817b8d77c434c9f9ef031c13f15922f35936c307 Author: Vincent Le Ligeour <yo...@us...> Date: Mon Dec 7 07:10:46 2009 +0100 Added pragma once inside i18n.hh --- game/i18n.hh | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/game/i18n.hh b/game/i18n.hh index 24b87b9..ed353e1 100644 --- a/game/i18n.hh +++ b/game/i18n.hh @@ -1,3 +1,5 @@ +#pragma once + /* Internationalization Dependances */ #include <libintl.h> #include <locale.h> |