1 #ifndef _UTILITIES_HPP_
2 #define _UTILITIES_HPP_
9 bool FileExists(
const string &filename);
12 string ReadFile(
const string &filename);
19 void SetOcclusionQuality(
int quality);
21 int GetOcclusionQuality();
24 void SetWindowHeight(
int h);
26 int GetWindowHeight();
28 void SetWindowWidth(
int w);
33 #endif //#ifndef _UTILITIES_HPP_