X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ffile.h;h=63c39d39b62d38879d9bdee32a1caed61c9792ec;hb=e6eea22921711c24e4f37ea305d2b4a72bb83adb;hp=84ca16fac39b40818a746b8aee8e3b6d48a8a767;hpb=9f8384349b3a6fee3160ad6f835d7ec7b1b2d93f;p=xestiacalendar%2F.git diff --git a/source/common/file.h b/source/common/file.h index 84ca16f..63c39d3 100644 --- a/source/common/file.h +++ b/source/common/file.h @@ -1,9 +1,14 @@ +#ifndef __COMMON_FILE_H__ +#define __COMMON_FILE_H__ + #include #include #if defined (__WIN32__) #else -#include +#include #endif -bool FileExists(std::string Filename); \ No newline at end of file +bool FileExists(std::string Filename); + +#endif \ No newline at end of file