18 #ifndef DISPLAYCONFIG_H
19 #define DISPLAYCONFIG_H
22 #include "configmanager.h"
36 void initialize(
void);
38 void read_title (
const std::string & content );
39 void read_windowsize (
const std::string & content );
40 void read_msaa (
const std::string & content );
41 void read_context_major (
const std::string & content );
42 void read_context_minor (
const std::string & content );
43 void read_vsync (
const std::string & content );
44 void read_perspective (
const std::string & content );
49 glm::mat4 mPerspective;
60 #endif // DISPLAYCONFIG_H
The DisplayConfig - config class.
Definition: displayconfig.h:29
Definition: configmanager.h:36