X-Git-Url: http://Server1/repobrowser/?a=blobdiff_plain;f=source%2Fcommon%2Ffile.h;h=b986eb5e7a344ecb6fe986900a465d21dc2c59ca;hb=52069b98994d3695c73f4b22d2ea66a04fdda2cf;hp=84ca16fac39b40818a746b8aee8e3b6d48a8a767;hpb=9f8384349b3a6fee3160ad6f835d7ec7b1b2d93f;p=xestiacalendar%2F.git 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