X-Git-Url: http://Server1/repobrowser/?p=xestiacalendar%2F.git;a=blobdiff_plain;f=source%2Fcommon%2Ffile.h;h=b986eb5e7a344ecb6fe986900a465d21dc2c59ca;hp=84ca16fac39b40818a746b8aee8e3b6d48a8a767;hb=52069b98994d3695c73f4b22d2ea66a04fdda2cf;hpb=0badb429aa9d2ddcdaf5ca9e166874a6f39e15a0 diff --git a/source/common/file.h b/source/common/file.h index 84ca16f..b986eb5 100644 --- a/source/common/file.h +++ b/source/common/file.h @@ -1,3 +1,6 @@ +#ifndef __COMMON_FILE_H__ +#define __COMMON_FILE_H__ + #include #include #if defined (__WIN32__) @@ -6,4 +9,6 @@ #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